I am getting error Cannot find module \'bcrypt\' in nodejs application
I have tried to install it using npm install bcrypt but still gett
It should be npm install bcrypt --save. Works for me!
npm install bcrypt --save
And, if you have others issues after install it, you can check your packages with npm-check.