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
David Leuliette
01/16/2023, 8:28 AM
rm -rf .next/ && rm yarn.lock && yarn
?
I clear the cache all the time 😅
j
Jacob Devore
01/16/2023, 8:34 AM
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
zomars
01/16/2023, 10:12 PM
How are you naming your prisma package.json. and how are you importing it?