question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot install with graphql 16.0.1

See original GitHub issue

I get the follow error from npm when attempting to install along side graphql 16.0.1

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: admin@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.7.0 || ^15.3.0" from express-graphql@0.12.0
npm ERR! node_modules/express-graphql
npm ERR!   express-graphql@"*" 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 /home/fred/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/fred/.npm/_logs/2021-11-23T13_30_12_157Z-debug.log

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:19
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
advinercommented, Dec 7, 2021

I did also. I’m just wondering since no one is responding if this project will go stale

2reactions
newbebcommented, Nov 7, 2022

FYI, Looks like they are deprecating express-graphql in favor of graphql-http: https://github.com/graphql/express-graphql/pull/816.

Read more comments on GitHub >

github_iconTop Results From Across the Web

graphql - npm
Install GraphQL.js from npm. With npm: npm install --save graphql. or using yarn: yarn add graphql. GraphQL.js provides two important ...
Read more >
Get started with Apollo Server - Apollo GraphQL Docs
Get started with Apollo Server · Step 1: Create a new project · Step 2: Install dependencies · Step 3: Define your GraphQL...
Read more >
Incompatible versions of GraphQL and TypegraphQL
Error: Looks like you use an incorrect version of the 'graphql' package: "16.0.1". Please ensure that you have installed a version that ...
Read more >
graphql-upload | Yarn - Package Manager
Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers....
Read more >
Release Notes: BIG-IP 16.1.0 New and Installation - AskF5
Currently, unbound uses default host-ttl (900) and it cannot be customized. ... You can select a dedicated GraphQL security policy template and configure...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found