is codegen.ts supported in 2.12.0? #8369
Answered
by
charlypoly
cipriancaba
asked this question in
General
-
I get the following error
|
Beta Was this translation helpful? Give feedback.
Answered by
charlypoly
Sep 20, 2022
Replies: 2 comments 4 replies
-
Hi @cipriancaba, I cannot reproduce the issue with Thank you, |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
charlypoly
-
They get stored in the local node_modules folder of the package, thus
resolving to that bin when invoked from yarn.
…On Thu, 22 Sept 2022 at 13:12, Charly POLY ***@***.***> wrote:
@cipriancaba <https://github.com/cipriancaba>, I can confirm that
@***@***.*** does support TypeScript configuration since
it introduced this feature:
https://github.com/dotansimha/graphql-code-generator/releases/tag/release-1661957178694
However, not being a yarn expert, I'm unsure if it is possible to have
multiple versions of the codegen bin living together across multiple
workspaces 👀
—
Reply to this email directly, view it on GitHub
<#8369 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFJZW5JOB65LBXKGGATJHDV7QWJJANCNFSM6AAAAAAQRA5DX4>
.
You are receiving this because you were mentioned.Message ID:
<dotansimha/graphql-code-generator/repo-discussions/8369/comments/3708031@
github.com>
|
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
Hi @cipriancaba,
I cannot reproduce the issue with
@graphql-codegen/cli@^2.12.0
. Could you please provide a reproduction or your configuration and the specific versions of codegen packages in your lockfile (yarn or npm)?Thank you,