Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case problem (on Linux) #1

Open
fyockm opened this issue Oct 27, 2013 · 0 comments
Open

Case problem (on Linux) #1

fyockm opened this issue Oct 27, 2013 · 0 comments

Comments

@fyockm
Copy link

fyockm commented Oct 27, 2013

Case problem: expects _Gruntfile.js, but file is named _gruntfile.js with lowercase 'g'. Two obvious options:

  • rename file with uppercase 'G' (which seems to be the standard convention); or
  • update generator/app/index.js with this.copy('common/_gruntfile.js', 'gruntfile.js');
[?] What is the name of your application? myApp
[?] Would you like to include Twitter Bootstrap? Yes
[?] Would you like to use Twitter Bootstrap for Compass (as opposed to vani[?] Would you like to use Twitter Bootstrap for Compass (as opposed to vanilla CSS)? No
[?] What kind of DB would you want to use primarily? MongoDB
[?] What is your db connection string? mongodb://localhost
[?] What kind of template engine would you want to use? Jade

fs.js:427
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^
Error: ENOENT, no such file or directory '/home/drew/dev/jarvis/generator/app/templates/common/_Gruntfile.js'
    at Object.fs.openSync (fs.js:427:18)
    at Object.fs.readFileSync (fs.js:284:15)
    at JarvisGenerator.copy (/home/drew/dev/jarvis/generator/node_modules/yeoman-generator/lib/actions/actions.js:102:13)
    at JarvisGenerator.app (/home/drew/dev/jarvis/generator/app/index.js:162:10)
    at /home/drew/dev/jarvis/generator/node_modules/yeoman-generator/lib/base.js:290:20
    at /home/drew/dev/jarvis/generator/node_modules/yeoman-generator/node_modules/async/lib/async.js:548:21
    at /home/drew/dev/jarvis/generator/node_modules/yeoman-generator/node_modules/async/lib/async.js:224:13
    at iterate (/home/drew/dev/jarvis/generator/node_modules/yeoman-generator/node_modules/async/lib/async.js:131:13)
    at /home/drew/dev/jarvis/generator/node_modules/yeoman-generator/node_modules/async/lib/async.js:142:25
    at /home/drew/dev/jarvis/generator/node_modules/yeoman-generator/node_modules/async/lib/async.js:226:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant