You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I just updated Prisma to the latest version:
"@prisma/client": "^5.16.2"
"prisma": "^5.16.2",
And now when I run generate I get a whole series of errors saying that each model within my project doesn't have an exported member from prisma client of {modelName}AndReturnCreateManyArgs not found.
Describe the bug
I just updated Prisma to the latest version:
And now when I run
generate
I get a whole series of errors saying that each model within my project doesn't have an exported member from prisma client of{modelName}AndReturnCreateManyArgs
not found.Perhaps related to this feature?
8243ffa
Screenshots
Package versions (please complete the following information):
3.22.3
5.15.2
The text was updated successfully, but these errors were encountered: