Cannot find module 'bcrypt'
Using npm install bcrypt
command can't resolve the issue for me.
I tried the commands below and my issue resolved.
npm install node-gyp -g
npm install bcrypt -g
npm install bcrypt --save
The solution for me was to npm rebuild
.