-
Notifications
You must be signed in to change notification settings - Fork 2.1k
chapter6 vercel deploy error #1023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
if you try running
As the warning suggests, run |
This is supposed to work, but if it doesn't, you can try the other solution proposed in pnpm/pnpm#9042 (comment) |
I solve it by using ’ import from "bcryptjs" ‘ replace ’ import from "bcrypt" ‘ |
Which file you made the change? |
you can search which file include import "bcrypt" |
I had the same issue. I imported bcryptjs and removed bcrypt. in the terminal write this pnpm remove bcrypt
pnpm add bcryptjs |
i didn't get any warning like this when trying to build locally but your solution did indeed work. |
The text was updated successfully, but these errors were encountered: