node.js - error Failed at the bcrypt@0.8.3 install script 'node-gyp rebuild' -
i'm trying install bcrypt on laptop, windows 7 64bit. have installed microsoft visual c++ 2008 redistributable package, 2012 redistributable package. installed visual studio 2013 community update 4.
im trying add node module command npm install bcrypt --msvs_version=2013
nodejs project https://github.com/steelx/nodeauth
i have installed required python 2.7.9 , node-gyp. still no luck.
here full error log here
this common issue. you'll need install 64-bit windows sdk.
https://github.com/tootallnate/node-gyp/#installation
cheers!
Comments
Post a Comment