Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GraphQL v16 support #299

Closed
monsieurnebo opened this issue Nov 5, 2021 · 1 comment · Fixed by #305
Closed

Add GraphQL v16 support #299

monsieurnebo opened this issue Nov 5, 2021 · 1 comment · Fixed by #305

Comments

@monsieurnebo
Copy link

Hi,

The v16 release of GraphQL is breaking and seems to be an issue for graphql-request:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: project-name@1.0.0
npm ERR! Found: graphql@16.0.1
npm ERR! node_modules/graphql
npm ERR!   graphql@"^16.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer graphql@"14.x || 15.x" from graphql-request@3.6.1
npm ERR! node_modules/graphql-request
npm ERR!   graphql-request@"^3.6.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/username/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/username/.npm/_logs/2021-11-05T10_19_29_964Z-debug.log

Do you plan to add the v16 support?

@monsieurnebo
Copy link
Author

Thanks @jasonkuhrt 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant