Error: Generator "typegraphql-prisma" failed: /bin/sh: typegraphql-prisma: command not found #423
Unanswered
jakubdonovan
asked this question in
Q&A
Replies: 1 comment 2 replies
-
"Installed this locally and it worked for me." ![]() |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone had any luck gettign typegraphql-prisma to work on 5.5.2?
I installed
pnpm i -D typegraphql-prisma
and put the following generator above my client in the schemathen ran
pnpm dlx prisma generate
which results in the following error.Yes, generating and using prisma normally without typegraphql-prisma works fine. typegraphql-prisma is present in my node_modules, and downgrading prisma to 5.4.2 didn't work either. i'm on node 20

Beta Was this translation helpful? Give feedback.
All reactions