I\'m unable to install bcrypt using npm on my machine because I encounter the following errors. I have been troubleshooting the issue without much luck. Can you
npm
If you are on windows run powershell as administrator and use these commands.
npm install --g --production windows-build-tools
and then install bcrypt using
npm install --save bcrypt