auth-graphql-starter icon indicating copy to clipboard operation
auth-graphql-starter copied to clipboard

Got error after first start

Open siluri opened this issue 5 years ago • 4 comments

npm install and then npm run dev after that i got this error: RootQueryType fields must be an object with field names as keys or a function which returns such an object.

siluri avatar Jan 03 '20 12:01 siluri

Heyy , You got solution of this problem I also get this problem ...

dhruvsakariya avatar Dec 14 '21 11:12 dhruvsakariya

Same issue.

tchesa avatar Feb 27 '23 15:02 tchesa

@siluri @dhruvsakariya It got fixed on lesson 85.

tchesa avatar Feb 27 '23 16:02 tchesa

mine does not even install deps:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/graphql
npm ERR!   graphql@"^16.8.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer graphql@"^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" from [email protected]
npm ERR! node_modules/express-graphql
npm ERR!   express-graphql@"^0.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!
npm ERR! For a full report see:

DoozyDoz avatar Dec 27 '23 18:12 DoozyDoz