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
After creating a new project (npm create vuetify), the command npm run lint cannot be executed because the installed package versions do not match each other.
I get the following error:
> [email protected] lint
> eslint . --fix --ignore-path .gitignore
=============
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: >=4.3.5 <5.4.0
YOUR TYPESCRIPT VERSION: 5.4.2
Please only submit bug reports when using the officially supported version.
=============
I know that the problem is in the version of typescript and compatibility with eslint, but manually it is difficult to find which dependency is in conflict.
Node.js: v20.11.0
Npm: 10.2.4
20.04.1-Ubuntu
The text was updated successfully, but these errors were encountered:
After creating a new project (
npm create vuetify
), the commandnpm run lint
cannot be executed because the installed package versions do not match each other.I get the following error:
here is my package.json file:
I know that the problem is in the version of typescript and compatibility with eslint, but manually it is difficult to find which dependency is in conflict.
Node.js: v20.11.0
Npm: 10.2.4
20.04.1-Ubuntu
The text was updated successfully, but these errors were encountered: