I am trying to use the GraphQL Codegen Wizard for my application. I followed the installation instruction from this site: https://www.graphql-code-generator.com/docs/getting-started/installation
All the dependencies are successfully installed via npm with --legacy-peer-deps due to conflict. When the time to run this command below, the script ended unexpectedly. I did not get a chance to answer the question.
npx graphql-codegen init
what am I doing wrong?
System Details:
- OS Windows 10
- Node 16.15.1
- npm 8.11.0
- yarn 1.22.19
- Angular CLI 14.0.1
- GraphQL ^16