openid-client v8 dependency #3469
-
Hi guys, I am updating to version 4 and ran across the following error when starting my app:
I don't currently have |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I see you are cross posting from panva/openid-client#442 Could you please share your code and explain what you are trying to do? I'm not really sure how you would end up with this as an error. as explained on the other discussion, v8 is a standard in Node. |
Beta Was this translation helpful? Give feedback.
-
@balazsorban44 thanks for the response. @panva was right, I was using next-auth wrong. The error threw me off a bit, but I got it fixed now. |
Beta Was this translation helpful? Give feedback.
-
For other dummies like me that hit this page, my "[...nextauth].ts" was in the wrong dir. |
Beta Was this translation helpful? Give feedback.
I see you are cross posting from panva/openid-client#442
Could you please share your code and explain what you are trying to do?
I'm not really sure how you would end up with this as an error. as explained on the other discussion, v8 is a standard in Node.