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

bcrypt is not installed in windows8 #255

Closed
aruljothiparthiban opened this issue Oct 27, 2014 · 2 comments
Closed

bcrypt is not installed in windows8 #255

aruljothiparthiban opened this issue Oct 27, 2014 · 2 comments

Comments

@aruljothiparthiban
Copy link

Hi,

I had been trying to install brcypt in windows 8 but it is failed with following errors.

$ npm install bcrypt
/

bcrypt@0.8.0 install h:\Development\EEAS_SOURCE_CODE\eeas\node_modules\bcrypt
node-gyp rebuild

h:\Development\EEAS_SOURCE_CODE\eeas\node_modules\bcrypt>node "c:\Program Files
nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-g
yp.js" rebuild
Building the projects in this solution one at a time. To enable parallel build,
please add the "/m" switch.
h:\Development\EEAS_SOURCE_CODE\eeas\node_modules\bcrypt\build\bcrypt_lib.vcxpr
oj(18,3): error MSB4019: The imported project "h:\Microsoft.Cpp.Default.props"
was not found. Confirm that the path in the declaration is correct, an
d that the file exists on disk.
gyp ERR! build error
gyp ERR! stack Error: C:\Program Files (x86)\MSBuild\12.0\bin\msbuild.exe fail
ed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (c:\Program Files\nodejs\node_modules
npm\node_modules\node-gyp\lib\build.js:267:23)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:809:
12)
gyp ERR! System Windows_NT 6.2.9200
gyp ERR! command "node" "c:\Program Files\nodejs\node_modules\npm\node_modu
les\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd h:\Development\EEAS_SOURCE_CODE\eeas\node_modules\bcrypt
v0.10.29node -v|
gyp ERR! node-gyp -v v0.13.1
gyp ERR! not ok
npm ERR! bcrypt@0.8.0 install: node-gyp rebuild
npm ERR! Exit status 1
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.2.9200
npm ERR! command "c:\Program Files\nodejs\node.exe" "c:\Program Files\nodej
s\node_modules\npm\bin\npm-cli.js" "install" "bcrypt"
npm ERR! cwd h:\Development\EEAS_SOURCE_CODE\eeas
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.14
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! h:\Development\EEAS_SOURCE_CODE\eeas\npm-debug.log
npm ERR! not ok code 0

@sijojlouis
Copy link

@defunctzombie
Copy link
Collaborator

Not a bcrypt module error. Seems to be some other path/machine/windows problem. If you find a good solution, we are happy to add it to the readme for others.

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