Replies: 1 comment
-
|
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
-
I want to use graphql-code-generator in deno.
When using it with node, you install it with a package manager and then call a bin script that gets unpacked into
./node_modules/.bin
like thisyarn graphql-codegen init
As there is no node_modules in deno, how can I call the executable?
Beta Was this translation helpful? Give feedback.
All reactions