next-auth@^5.0.0 doesn't exist — v5 ships under the 'beta' npm dist-tag until it stabilizes. Plus @auth/prisma-adapter was referenced in src/lib/auth.ts but missing from package.json deps.
This commit is contained in:
+2
-1
@@ -12,9 +12,10 @@
|
||||
"prisma:migrate": "prisma migrate dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"@auth/prisma-adapter": "^2.0.0",
|
||||
"@prisma/client": "^6.0.0",
|
||||
"next": "^16.0.0",
|
||||
"next-auth": "^5.0.0",
|
||||
"next-auth": "beta",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
||||
|
||||
Reference in New Issue
Block a user