-
Notifications
You must be signed in to change notification settings - Fork 528
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
npm install error on travis #366
Comments
So I see lots of people have been having similar problems recently but does anyone know how to fix it for Travis? |
Ok i fixed this now by adding this to .travis.yml:
|
@smaxwellstewart thanks for this! Out of curiosity may I ask what these changes are? |
Thinks it's something to do with node's c++ core, changing the version of the compiler or something. |
This fixed it for me, thanks! |
OMG this saved my life! 😂 Curious, is this actually referenced in the README of this package? Ifnot then ehh, why? |
Hi i am not sure if this is a problem with bcrypt but when I try and run my travis CI job i get an npm install error when it is installing [email protected]. Weird thing is it runs fine locally with nearly identical version of node and npm.
Here is the output from the job
The text was updated successfully, but these errors were encountered: