-
-
Notifications
You must be signed in to change notification settings - Fork 835
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
Vagrant provision fails with error: "npm: command not found" #547
Comments
Hmm what was the output below ">>> Installing Node Version Manager" and ">>> Installing Node.js version $NODEJS_VERSION"? |
@tobscure I missed something: the output is slightly different when running vagrant up from a clean slate as opposed to running vagrant provision on a running (but previously failed) vm. The first time I see this:
After installing ZSH and Phantomjs it finally fails:
The second run fails much quicker:
I'm not sure if the nvm issue with prefix is a red herring, but the git errors definitely seem to indicate that one of those issues I linked above isn't entirely fixed. |
I encountered and fixed this yesterday, but forgot to push it. :( I will do that on Monday. |
hey @franzliedke, any chance you could let me know what the fix was so I can apply it locally this weekend? I wanted to play around a bit for fun. If not, no worries 😄 |
The last line in your error log output. - - delete-prefix or something. But
|
Trying to set up the vagrant dev environment but provisioning is failing with error:
This might be an issue only with Vaprobash: https://github.com/fideloper/Vaprobash/blob/master/scripts/nodejs.sh#L59 seems to be the relevant output.
There also seem to be some relevant issues over at Vaprobash:
fideloper/Vaprobash#172
fideloper/Vaprobash#136
The text was updated successfully, but these errors were encountered: