I am getting error Cannot find module \'bcrypt\' in nodejs application
I have tried to install it using npm install bcrypt but still gett
The solution for me was to npm rebuild.
npm rebuild