Next.js Discord

Discord Forum

Cannot find module bcrypt/lib/binding/napi-v3/bcrypt_lib.node

Answered
Belgian Hare posted this in #help-forum
Open in Discord
Belgian HareOP
I opened my project after 1 month and now the auth doesnt work, gives me this bcrypt related error.

i didnt even touch the code & any dependencies either , since last 2 months
Answered by Marchy
Have you tried running npm i again? also maybe deleting node_modules first if it exists
View full answer

5 Replies

Have you tried running npm i again? also maybe deleting node_modules first if it exists
Answer
@Marchy Have you tried running `npm i` again? also maybe deleting `node_modules` first if it exists
Belgian HareOP
yep did plenty of times, no luck
the bcrypt dir in node_modules exists too
ok did it again, works now
plz mark solution 😄