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 problem could be because there is no this essential
sudo apt-get install -y build-essential python
Then agregate bcrypt with if you're using npm:
bcrypt
npm install bcrypt npm rebuild
or if you're using yarn:
yarn add bcrypt yarn install yarn build