-
Notifications
You must be signed in to change notification settings - Fork 22
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
Failed at the [email protected] install script 'node bin/install' #63
Comments
Seems like there might be a problem with your existing git hooks, where the install script tried to install over the existing hooks, but it doesn't have permission (most likely). You should be able to delete/rename those hooks by going into your .git/hooks, and it should work after that when you try to re-install. |
Got similair results so renamed .git/hooks to take that out of the equation and also tried in a freshly npm init
|
ahh, your node binary is named "nodejs" not "node", i'll see if i can figure out a fix. a temporary workaround would be to make a symlink |
Default Ubuntu install from what I remember. Symlink fixes that problem, on that machine at least. |
During npm install, I received the errors below. I attached the npm-debug.log file as well by generating it with
npm run test
. Hope this information is helpful. Thanks!npm-debug-log.txt
The text was updated successfully, but these errors were encountered: