Replies: 1 comment 1 reply
-
Please follow this issue template and share a minimal and clear reproduction. |
Beta Was this translation helpful? Give feedback.
1 reply
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 using code-gen for a while and up to now everything was working fine. I recently ported my monorepo to Yarn 3 and this is where the problems started. To be clear, everything works aas long as I don't use workspaces but when using workspaces it seems like that (certain) plugins are not getting found.
The following works:
The
tsconfig.json
isThe
package.json
(the necessary dependencies) isand in my
script.ts
I generate a schema from a remote endpoint withLike I've said, this all works perfectly but as soon as I transfer this into a Yarn workspace, where
scripts
is a package, I get the errorDid anyone experience the same issue or knows what's going on here?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions