3 Replies
You're in no rush, so we'll let a dev step in. Enjoy your coffee, or drop into
#ask-ai
if you get antsy for a second opinion!Did you try... running prisma generate? Are you running Prisma v6.6.0 (which changed some behavior that can likely crash existing @prisma/client if output isnt correctly set)?
Did you run
npx prisma generate
command?
We would need more information on the steps you took to get into this state in order to debug this.