Hi, I’m still running Prisma 1 (1.34.10) and suddenly my deploy script on server fails. When I run ‘npx prisma generate’ I get this error (see image). Any ideas?
✔️ 1
l
Lars Ivar Igesund
03/04/2021, 7:58 AM
The thing at the bottom references Prisma 2, so I guess you may have updated something prisma, but since Prisma 1 changed named to prisma1, you instead got version 2 (which is the version of the main prisma name)?
j
Josef Henryson
03/04/2021, 8:02 AM
Thanks, I just realized this and I’m trying to change my config to use prisma1 instead. Do you by chance know if ‘npx nexus-prisma-generate’ has to be changed as well?
l
Lars Ivar Igesund
03/04/2021, 8:03 AM
I admit to have avoided upgrading prisma for a while 🙂 We are also on Prisma 1