Hey all! Running into a pretty strange error and c...
# orm-help
j
Hey all! Running into a pretty strange error and can't seem to find anyone with a similar issue online. I have a monorepo with a structure similar to this • apps ā—¦ my-nextjs-app • packages ā—¦ some-prisma-helper This monorepo uses pnpm 7 and the latest version of turborepo. When I launch my nextjs app after running
pnpm exec prisma generate
I see the following It looks like prisma isn't resolving properly? I'm honestly not sure and at a bit of a loss for what to do from here šŸ˜…
n
Hey James šŸ‘‹ It seems to me that you are running into this Issue: #6603 Can you have a look at it? There are workarounds listed as well in the GitHub Issue