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
My project is in typescript
I use the "nexus-plugin-prisma" plugin in version: "^0.16.1".
I have an error when I want to generate my nexus schema.
It tells me I have to generate my client Prisma first... The problem being that I generate it successfully beforehand.
Then I saw a warning from nexus-plugin-prisma telling me to uninstall the dependencies "@prisma/cli" and "@prisma/client". But the problem persists... He can't find prisma now.
Basically, when I install nexus-plugin-prisma, it automatically installs @prisma/client and @prisma/cli and nexus puts you a warning that you have to do "npm remove @prisma/client and @prisma/cli" . The problem is that it also removes the plugins in nexus-plugin-prisma/@prisma/client .... So you have to reinstall nexus-plugin-prisma by hand.
Hello !
My project is in typescript
I use the "nexus-plugin-prisma" plugin in version: "^0.16.1".
I have an error when I want to generate my nexus schema.
It tells me I have to generate my client Prisma first... The problem being that I generate it successfully beforehand.
Dependencies
Error :
Then I saw a warning from nexus-plugin-prisma telling me to uninstall the dependencies "@prisma/cli" and "@prisma/client". But the problem persists... He can't find prisma now.
Error after uninstall @prisma/cli and @prisma/client :
The text was updated successfully, but these errors were encountered: