No config files
See original GitHub issueHi! 😃
I’m installer Bozon 0.3.4 via npm install bozon -g
. But when I run bozon new appname
, bozon generate a directory withou gulpfile.js
and package.json
. 😕 I cannot run bozon start
, because:
➜ appname bozon start
[11:08:42] No gulpfile found
I tried to run npm install
too… 😕
My system:
➜ appname node --version
v5.9.0
➜ appname npm --version
3.7.3
➜ appname sw_vers
ProductName: Mac OS X
ProductVersion: 10.11
BuildVersion: 15A284
Issue Analytics
- State:
- Created 7 years ago
- Comments:5
Top Results From Across the Web
Terraform and AWS: No Configuration Files Found Error
This error means that you have run the command in the wrong place. You have to be in the directory that contains your...
Read more >No config file for HTML files · Issue #925 - GitHub
Describe the bug I keep getting the 'No definition found' error in my HTML files whenever I try to inspect a component variable....
Read more >No ~/.config file? : r/neovim - Reddit
No ~/. config file? Currently trying to get to the nvim folder but whenever i run cd ~/. config/nvim it says the directory...
Read more >Info message "No config files found in path" - Elastic Discuss
When switching to pipelines.yml I get an error that tells me no config files found in path (all correct path and file names)...
Read more >No config file :: Sonic Adventure™ 2 General Discussions
It looks like there aren't any config files and the devs forgot a null check, so it tries to write your settings to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok, cool so now we’ve got that bug: If you enter and app name with underscore in it, generator silently fails at some point. I’ll take a look at this issue. P.S. meanwhile it is solved you can build apps which name doesn’t contain
_
😉Addressed in v0.3.5