Could not resolve dependency: peer next-auth@"^4" from @next-auth/[email protected] #62273
Replies: 2 comments
-
Could you solve it? I have exactly the error. I bypassed with |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
npm ERR! code ERESOLVE
12:36:33.408 | npm ERR! ERESOLVE could not resolve
12:36:33.409 | npm ERR!
12:36:33.409 | npm ERR! While resolving: @next-auth/[email protected]
12:36:33.409 | npm ERR! Found: [email protected]
12:36:33.409 | npm ERR! node_modules/next-auth
12:36:33.409 | npm ERR! next-auth@"^5.0.0-beta.5" from the root project
12:36:33.409 | npm ERR!
12:36:33.409 | npm ERR! Could not resolve dependency:
12:36:33.409 | npm ERR! peer next-auth@"^4" from @next-auth/[email protected]
12:36:33.409 | npm ERR! node_modules/@next-auth/prisma-adapter
12:36:33.409 | npm ERR! @next-auth/prisma-adapter@"^1.0.7" from the root project
12:36:33.409 | npm ERR!
12:36:33.409 | npm ERR! Conflicting peer dependency: [email protected]
12:36:33.410 | npm ERR! node_modules/next-auth
12:36:33.410 | npm ERR! peer next-auth@"^4" from @next-auth/[email protected]
12:36:33.410 | npm ERR! node_modules/@next-auth/prisma-adapter
12:36:33.410 | npm ERR! @next-auth/prisma-adapter@"^1.0.7" from the root project
12:36:33.410 | npm ERR!
12:36:33.410 | npm ERR! Fix the upstream dependency conflict, or retry
12:36:33.410 | npm ERR! this command with --force or --legacy-peer-deps
12:36:33.410 | npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
12:36:33.410 | npm ERR!
12:36:33.410 | npm ERR!
12:36:33.410 | npm ERR! For a full report see:
12:36:33.410 | npm ERR! /vercel/.npm/_logs/2024-02-20T10_36_31_983Z-eresolve-report.txt
12:36:33.411 |
12:36:33.411 | npm ERR! A complete log of this run can be found in: /vercel/.npm/_logs/2024-02-20T10_36_31_983Z-debug-0.log
12:36:33.425 | Error: Command "npm install" exited with 1
12:36:33.678
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions