-
Notifications
You must be signed in to change notification settings - Fork 3
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 WARN cannot run in wd [email protected] node-gyp rebuild #3
Comments
The semver range picks up the latest bcrypt version. I'm not sure why you are getting a rebuild on install. Was this a fresh install? If not, you might need to remove and reinstall from scratch. |
Yes this is a clean install new build from Docker. Something screwy with npm (0.12.6) maybe. This also happens with |
I encounter the same problem, "493 error Failed at the [email protected] install script 'node-gyp rebuild'." I am on the windows 8 platform. And I tried for several times. |
Trying from Ubuntu 14.04 Trusty Tahr (running using vagrant on OS X) and trying to run this in a container, get it freezes w/o any further information:
|
Maybe you check here npm/npm#8862 (comment), this solved my issue |
When attempting to install
bcrypt-as-promised
onnodesource/trusty
Docker container I get the following error:Using bcrypt as normal works fine. I wonder if bcrypt just needs to be upgraded.
The text was updated successfully, but these errors were encountered: