-
Notifications
You must be signed in to change notification settings - Fork 83
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
Error prevents app from starting #2
Comments
If you've had node installed via homebrew for a while and just upgraded like I did, you may need to append |
And my npm-debug.log
|
I found a solution: npm uninstall -g grunt |
@zdwalter awesome, that worked for me. thanks! |
@zdwalter worked for me, thanks so much! |
Hmm, Grunt wants you to install it with -g, which means it should be in package.json. I'll add something to the README. |
I've added 'grunt-cli' to the package.json; is that poor practice, because it should be installed with |
Would probably be better to keep it out of dependencies and add a note to the README alerting users that grunt-cli needs to be installed globally. |
I keep getting the same cryptic error when trying to start the app. I've tried installing by cloning the repo, installing dependencies and running
npm start
as specified in the readme. I tried installing grunt globally, running index.js with nodemon or just plain node, all with the same result.Grunt keeps exiting with an error code of 127. Not much other debug info available.
Here's my npm-debug.log:
Any idea what might be causing this?
The text was updated successfully, but these errors were encountered: