#Module not found error for bcryptjs
4 messages · Page 1 of 1 (latest)
I dont know why this error is happening but I recall one user saying they fixed it by using https://www.npmjs.com/package/bcrypt instead
npm install types for bcrypt
It was happening because I installed bcrypt instead of bcryptjs and just types for bcryptjs, so vscode didn't throw any errors.