Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript version warning on a new Vue project #75

Open
VivianSolide opened this issue Mar 28, 2024 · 0 comments
Open

TypeScript version warning on a new Vue project #75

VivianSolide opened this issue Mar 28, 2024 · 0 comments

Comments

@VivianSolide
Copy link

Hi there,

On a new vue project, I'm getting this warning :

=============

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.3

Please only submit bug reports when using the officially supported version.

=============

Do you know how can I get rid of it?

Should I bump vuejs/eslint-config-typescript to v13?

Details:

OS : Ubuntu 18 & 20
Node : 20.11.1

Steps to reproduce:

$ npm create vue (pick TypeScript + EsLint)
$ cd vue-project
$ npm install
$ npm run lint

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant