I am getting error Cannot find module \'bcrypt\' in nodejs application
I have tried to install it using npm install bcrypt but still gett
Using npm install bcrypt command can't resolve the issue for me.
npm install bcrypt
I tried the commands below and my issue resolved.
npm install node-gyp -g npm install bcrypt -g npm install bcrypt --save