How are you guys getting Prisma to work? Every tim...
# developers
j
How are you guys getting Prisma to work? Every time I try with the new version of Prisma I am getting Error: ENOENT: no such file or directory, open ‘/.next/server/pages/schema.prisma’
d
rm -rf .next/ && rm yarn.lock && yarn
? I clear the cache all the time 😅
j
I mean specifically how is cal getting prisma to be able to be shared over their monorepo? I have a fork of cal working but if I spin up a monorepo myself then I get that error. I have to be missing something small
z
How are you naming your prisma package.json. and how are you importing it?