I am getting error Cannot find module \'bcrypt\' in nodejs application
I have tried to install it using npm install bcrypt but still gett
I'm using bcrypt with typescript
bcrypt
npm i --save @types/bcryptjs
Helped me solve the error above.