Cannot install with graphql 16.0.1
See original GitHub issueI 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:
- Created 2 years ago
- Reactions:19
- Comments:10 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I did also. I’m just wondering since no one is responding if this project will go stale
FYI, Looks like they are deprecating express-graphql in favor of graphql-http: https://github.com/graphql/express-graphql/pull/816.