We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
My configuration : Windows 7 \ nodejs x64
I installed below based on suggestions on information in bcrypt-dependencies & node-gyp-dependencies
OpenSSL-Win64 \ Python 2.7.3 \ Windows 7 64-bit SDK \ Microsoft Visual Studio C++ 2012 for Windows Desktop
Still no luck.
Finally, this worked for me
After building bcrypt from git, don't forget to do an npm install.
npm install
Thanks.