-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Fix prisma-cli and prisma client version mismatch #184
Comments
Also removing Prisma as a dependency from api as it is already a top level dependency |
Why is Prisma Client a dev dependency? Line 137 in 3d5bcac
|
The client package is for using it along Also, what you can do is, move the top level prisma into the api since that's how we will need to make it work. If we need to fix some scripts for that (the ones prefixed with db:), then migrate them aswell! |
Okay! |
This is already fixed, now both |
Description
This is the error we are facing right now:
Solution
We want to upgrade
@prisma/client
to5.12.1
or equivalentThe text was updated successfully, but these errors were encountered: