Sam K
Typescript warning after updating to Nuxt 3.6
After updating to nuxt 3.6 in the console even I don't have typescript or @typescript-eslint/typescript-estree installed or mentioned in my package.json, but it appears in pnpm-lock or package-lock
this typescript warning started to show:
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.1.0
YOUR TYPESCRIPT VERSION: 5.1.3
Please only submit bug reports when using the officially supported version.
Any idea if this will affect production sites with external libraries?5 replies