You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I inspect any .d.ts file inside node_modules next-auth package, in my visual studio code ESLint output console I am getting the following error:
[Error-14:34:21]ESLintstack trace:
[Error-14:34:21] Error: Failedtoloadconfig"standard-with-typescript"toextendfrom.Referenced from: /Users/szymon/Projects/frontend/node_modules/.pnpm/next-auth@4.2.1_react-dom@17.0.2+react@17.0.2/node_modules/next-auth/package.jsonatconfigInvalidError(/Users/szymon/Projects/frontend/node_modules/.pnpm/@eslint+eslintrc@1.0.5/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2596:9)atConfigArrayFactory._loadExtendedShareableConfig(/Users/szymon/Projects/frontend/node_modules/.pnpm/@eslint+eslintrc@1.0.5/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3189:23)atConfigArrayFactory._loadExtends(/Users/szymon/Projects/frontend/node_modules/.pnpm/@eslint+eslintrc@1.0.5/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3087:25)atConfigArrayFactory._normalizeObjectConfigDataBody(/Users/szymon/Projects/frontend/node_modules/.pnpm/@eslint+eslintrc@1.0.5/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3026:25)at_normalizeObjectConfigDataBody.next(<anonymous>)
at ConfigArrayFactory._normalizeObjectConfigData (/Users/szymon/Projects/frontend/node_modules/.pnpm/@[email protected]/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2971:20)
at _normalizeObjectConfigData.next (<anonymous>)
at ConfigArrayFactory.loadInDirectory (/Users/szymon/Projects/frontend/node_modules/.pnpm/@[email protected]/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2817:28)
at CascadingConfigArrayFactory._loadConfigInAncestors (/Users/szymon/Projects/frontend/node_modules/.pnpm/@[email protected]/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3772:46)
at CascadingConfigArrayFactory._loadConfigInAncestors (/Users/szymon/Projects/frontend/node_modules/.pnpm/@[email protected]/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3791:20)
Do you have any ideas why i am getting this error?
questionAsk how to do something or how something worksTypeScriptIssues relating to TypeScript
1 participant
Converted from issue
This discussion was converted from issue #3895 on February 10, 2022 00:55.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question 💬
Every time I inspect any .d.ts file inside node_modules next-auth package, in my visual studio code ESLint output console I am getting the following error:
Do you have any ideas why i am getting this error?
My package versions are following:
How to reproduce ☕️
Inspect any next-auth type in vs code.
I am using pnpm but i tried and with yarn i see the same issue
Contributing 🙌🏽
No, I am afraid I cannot help regarding this
Beta Was this translation helpful? Give feedback.
All reactions