next-auth says no V8???
I'm using next-auth with next 12 and I get this error.
Has anyone ever encountered it?
My next libraries' versions are:
"next": "^12.2.0",
"next-auth": "4.15.1",
and node is:
v16.15.0
9 Replies
What node version are you using? Newer Nextauth versions require v16+
My next libraries' versions are:
"next": "^12.2.0",
"next-auth": "4.15.1",
and node is:
v16.15.0
Hey there, did you find a solution to this? I'm having the same problem!
Have you tried deleting your node module folder and running afresh
Yeah, even tried deploying on vercel
This is what i get
Turns out I just need to npm I v8 😂 I tried to install openid-client but I didn’t v8 for some reason 😂
wow that was your solution? i can't believe it, i'm not sure i was crazy enough to try XD
i still think about it and cant believe it worked!