platforms icon indicating copy to clipboard operation
platforms copied to clipboard

Current set up install cloning fails.

Open SayHelloToKam opened this issue 1 year ago • 4 comments

SayHelloToKam avatar Jun 29 '23 17:06 SayHelloToKam

"next": "13.4.8"

FredvanRijswijk avatar Jul 04 '23 10:07 FredvanRijswijk

Can you please provide more context on what issue you're facing here?

steven-tey avatar Jul 05 '23 22:07 steven-tey

Same here npm install fails

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: undefined@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/next
npm ERR!   next@"13.4.9-canary.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer next@"^12.2.5 || ^13" from [email protected]
npm ERR! node_modules/next-auth
npm ERR!   next-auth@"4.22.1" from the root project
npm ERR!   peer next-auth@"^4" from @next-auth/[email protected]
npm ERR!   node_modules/@next-auth/prisma-adapter
npm ERR!     @next-auth/prisma-adapter@"^1.0.5" from the root project

ahmadawais avatar Jul 06 '23 13:07 ahmadawais

Culprit "next": "13.4.9-canary.1", in package.json — changed it to "next": "13.4.8", and now it works.

ahmadawais avatar Jul 06 '23 14:07 ahmadawais