Replies: 1 comment
-
I was getting the same error and after updating node to the |
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.
-
I have some problems using graphql-codegen. Here's the best description I can give, hope it helps with the resolution.
My environment:
The error is obtained when (according to the documentation) I init with this command:
npx graphql-code-generator init
Note that for absolutely EVERY other NPM package I've used, I've never had ANY problems. Why then would graphql-codegen specifically be a problem? I don't know..
My package.json
I tried:
npx graphql-code-generator init
command with the terminal in Administrator mode, this changes nothing.node_modules
andpackage-lock.json
folder and reinstall it withnpm install
, it doesn't change anything.Any idea?
Beta Was this translation helpful? Give feedback.
All reactions