When running Prisma Generate on either of my computers (both Apple Silicon) getting error
Can't find anybody else that is experiencing this so maybe I've done something silly,but whenever I run
prisma generate
I get this error:
3 Replies
It turns out that this prisma-json-types-generator package is something that was installed by one of the other devs, we weren't using it, and it was causing the thing to break. So problem solved by removing it.
https://github.com/arthurfiorette/prisma-json-types-generator
why you use that?
GitHub
GitHub - arthurfiorette/prisma-json-types-generator: ⚒️ Changes Jso...
⚒️ Changes JsonValues to your custom typescript type. - arthurfiorette/prisma-json-types-generator
Does it fail if you don't use the "prisma-json-types-generator" generator?