I had the same problem with another module.
I solved it by:
- Install visual studio community 2013
- Run
npm config set msvs_version 2013 --global - Run
npm install bcrypt
I had the same problem with another module.
I solved it by:
npm config set msvs_version 2013 --globalnpm install bcrypt