type error expected 0-1 arguments but got two "next-auth": "^5.0.0-beta.18", #11025
Unanswered
trondstromlie
asked this question in
Help
Replies: 1 comment
-
It appears that you are using a version of Node.js lower than 16. The constructor of the Error class must be 16.9.0 or higher as shown below. Please update your Node.js as we support Node.js version 18 and above. We also strongly recommend that you update your Node.js 16 as it is no longer supported. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello not sure if this is a bug or i@m doing something wrong, everything is working but the typescheck is killing my build
../../node_modules/@auth/core/src/errors.ts:57:24
Type error: Expected 0-1 arguments, but got 2.
55 | ) {
56 | if (message instanceof Error) {
i´m running this is in nx monorepo
Beta Was this translation helpful? Give feedback.
All reactions