I am getting error Cannot find module \'bcrypt\' in nodejs application
I have tried to install it using npm install bcrypt but still gett
You have to install bcryptjs. Use npm install bcryptjs --save It worked for me when I was stuck here.