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

Warning about TypeScript 3.5 occurred when execute yarn dev #21

Closed
haryu703 opened this issue Jun 6, 2019 · 2 comments
Closed

Warning about TypeScript 3.5 occurred when execute yarn dev #21

haryu703 opened this issue Jun 6, 2019 · 2 comments
Labels
transfered Issue transfered from nuxt main repo

Comments

@haryu703
Copy link

haryu703 commented Jun 6, 2019

Version

v2.8.1

Reproduction link

https://github.com/haryu703/ts_express

Steps to reproduce

git clone git@github.com:haryu703/ts_express.git
cd ts_express
yarn install
yarn dev

What is expected ?

No warnings occur.

What is actually happening?

Following warning has occurred.

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

WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.2.1 <3.5.0

YOUR TYPESCRIPT VERSION: 3.5.1

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

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

Additional comments?

This warning has occurred when developing Nuxt.js+express application.

Related issues:
typescript-eslint/typescript-eslint#577
facebook/create-react-app#7160

This bug report is available on Nuxt community (#c9324)
@kevinmarrec
Copy link
Contributor

kevinmarrec commented Jun 7, 2019

@haryu703 I noticed that lately too, It's a typescript-eslint issue which is not a dependency of Nuxt TypeScript, it's something you manually add in your project, so there's unfortunately nothing we can do (unless revert typescript version but doesn't sound so good), you just need to wait typescript-eslint next release which should be really soon (issue fixed in typescript-eslint/typescript-eslint#597)

As it's not a Nuxt direct issue, i'm closing this.
Thanks for your time.

@haryu703
Copy link
Author

haryu703 commented Jun 7, 2019

@kevinmarrec Thank you for answering. It helped me to know the cause of this.

@pi0 pi0 transferred this issue from nuxt/nuxt Aug 10, 2019
@kevinmarrec kevinmarrec added the transfered Issue transfered from nuxt main repo label Aug 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transfered Issue transfered from nuxt main repo
Projects
None yet
Development

No branches or pull requests

2 participants