Skip to content
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

Windows 7 Build Issue with node-gyp rebuild #259

Closed
CNphan opened this issue Nov 18, 2014 · 2 comments
Closed

Windows 7 Build Issue with node-gyp rebuild #259

CNphan opened this issue Nov 18, 2014 · 2 comments

Comments

@CNphan
Copy link

CNphan commented Nov 18, 2014

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)
@CNphan CNphan changed the title Windows 7 Build Issue Windows 7 Build Issue with node-gyp rebuild Nov 18, 2014
@ncb000gt
Copy link
Member

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.

@ncb000gt
Copy link
Member

Also, you can try npm cache clean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants