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
Is your feature request related to a problem? Please describe.
Prisma version 6 has been released, which causes this warning:
Looks like an incorrect version "6.0.0" of the Prisma packages has been installed. 'typegraphql-prisma' works only with selected versions, so please ensure that you have installed a version of Prisma that meets the requirement: "^5.18.0". Find out more about that requirement in the docs: https://prisma.typegraphql.com/docs/basics/prisma-version
Bypassing this warning with SKIP_PRISMA_VERSION_CHECK=true works fine for my application, but I don't know if this is the same for everyone.
Describe the solution you'd like
For me, just updating the package.json version should be enough.
Is your feature request related to a problem? Please describe.
Prisma version 6 has been released, which causes this warning:
Bypassing this warning with
SKIP_PRISMA_VERSION_CHECK=true
works fine for my application, but I don't know if this is the same for everyone.Describe the solution you'd like
For me, just updating the
package.json
version should be enough.Describe alternatives you've considered
Additional context
https://www.prisma.io/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-6#breaking-changes
The text was updated successfully, but these errors were encountered: