I am getting error Cannot find module \'bcrypt\' in nodejs application
I have tried to install it using npm install bcrypt but still gett
This worked for me:
npm install bcryptjs
Then:
npm update