readflow icon indicating copy to clipboard operation
readflow copied to clipboard

make ui failure

Open chain710 opened this issue 2 years ago • 1 comments

with latest code:

cd ui
npm install

npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @graphiql/[email protected]
npm WARN Found: [email protected]
npm WARN node_modules/graphql
npm WARN   graphql@"^15.5.1" from the root project
npm WARN   5 more (@apollo/client, @graphql-typed-document-node/core, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@">= v14.5.0 <= 15.5.0" from @graphiql/[email protected]
npm WARN node_modules/@graphiql/toolkit
npm WARN   @graphiql/toolkit@"^0.2.0" from [email protected]
npm WARN   node_modules/graphiql
npm WARN 
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/graphql
npm WARN   peer graphql@">= v14.5.0 <= 15.5.0" from @graphiql/[email protected]
npm WARN   node_modules/@graphiql/toolkit
npm WARN     @graphiql/toolkit@"^0.2.0" from [email protected]
npm WARN     node_modules/graphiql
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/graphql
npm WARN   graphql@"^15.5.1" from the root project
npm WARN   5 more (@apollo/client, @graphql-typed-document-node/core, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@">= v14.5.0 <= 15.5.0" from [email protected]
npm WARN node_modules/codemirror-graphql
npm WARN   codemirror-graphql@"^1.0.0" from [email protected]
npm WARN   node_modules/graphiql
npm WARN 
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/graphql
npm WARN   peer graphql@">= v14.5.0 <= 15.5.0" from [email protected]
npm WARN   node_modules/codemirror-graphql
npm WARN     codemirror-graphql@"^1.0.0" from [email protected]
npm WARN     node_modules/graphiql
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/graphql
npm ERR!   graphql@"^15.5.1" from the root project
npm ERR!   peer graphql@"^14.0.0 || ^15.0.0" from @apollo/[email protected]
npm ERR!   node_modules/@apollo/client
npm ERR!     @apollo/client@"^3.4.5" from the root project
npm ERR!   4 more (@graphql-typed-document-node/core, graphql-tag, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer graphql@">= v14.5.0 <= 15.5.0" from [email protected]
npm ERR! node_modules/graphiql
npm ERR!   graphiql@"^1.4.2" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/graphql
npm ERR!   peer graphql@">= v14.5.0 <= 15.5.0" from [email protected]
npm ERR!   node_modules/graphiql
npm ERR!     graphiql@"^1.4.2" 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/xxx/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/xxx/.npm/_logs/2022-06-16T02_46_56_804Z-debug-0.log

chain710 avatar Jun 16 '22 02:06 chain710

👍

ottoborden avatar Oct 02 '22 00:10 ottoborden

Can you make another test? make ui should work as expected.

ncarlier avatar May 27 '23 08:05 ncarlier