We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have been developing this on Ubuntu but wanted to run a test environment in windows and got this for your package:
npm ERR! bcrypt@0.8.0 install: `node-gyp rebuild` npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the bcrypt@0.8.0 install script. npm ERR! This is most likely a problem with the bcrypt package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get their info via: npm ERR! npm owner ls bcrypt npm ERR! There is likely additional logging output above. npm ERR! System Windows_NT 6.1.7601 npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" npm ERR! cwd C:\data\546\CP546 npm ERR! node -v v0.10.33 npm ERR! npm -v 1.4.28 npm ERR! syscall spawn npm ERR! code ELIFECYCLE npm ERR! errno ENOENT \ > kerberos@0.0.4 install C:\data\546\CP546\node_modules\mongoose\node_modules\mo ngodb\node_modules\kerberos > (node-gyp rebuild 2> builderror.log) || (exit 0)
The text was updated successfully, but these errors were encountered:
ENOENT is a permissions or directory issue. Try taking a look at: nodejs/node-gyp#277
Some mention of some python stuff that you may want to look into.
Sorry, something went wrong.
Also, you can try npm cache clean
npm cache clean
No branches or pull requests
I have been developing this on Ubuntu but wanted to run a test environment in windows and got this for your package:
The text was updated successfully, but these errors were encountered: