platforms
platforms copied to clipboard
Current set up install cloning fails.
"next": "13.4.8"
Can you please provide more context on what issue you're facing here?
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
Culprit "next": "13.4.9-canary.1", in package.json — changed it to "next": "13.4.8", and now it works.