vercel deploy #228
Answered
by
Topdev83
codewizard0803
asked this question in
Q&A
vercel deploy
#228
-
When I deploy project which uses Next.js + TypeScript on Vercel, I has bcrypt module error. |
Beta Was this translation helpful? Give feedback.
Answered by
Topdev83
Mar 7, 2023
Replies: 1 comment
-
I think it's because of package-lock.json or bcrypt module version. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
codewizard0803
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it's because of package-lock.json or bcrypt module version.
You need to reinstall @types/bcryptjs or delete package-lock.json file and re-deploy on vercel.