Replies: 1 comment
-
Can you share a minimal reproduction. You can either use StackBlitz, CodeSandbox or a public GitHub repo. I have used codegen in monorepos with pnpm so hard to tell anything without looking at setup that breaks |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hey I'm having trouble getting
graphql-codegen
working when doing a production build from a pnpm monorepo on Render. I'm guessing it has something to do with the issue mentioned here in the docs however I'm not clear on how to fix the error below. Here's the beginning of the build log:Here's the part with the
Unable to find template plugin matching 'typescript'
error:The
package.json
for the pnpm package in question includes:The build does work in my local development environment, just not on Render when trying to do a production build.
Beta Was this translation helpful? Give feedback.
All reactions