Warning from typescript-estree when building TypeScript app
See original GitHub issueIs this a bug report?
Yes
Did you try recovering your dependencies?
Yes
Which terms did you search for in User Guide?
N/A
Environment
Environment:
OS: Windows 10
Node: 10.16.0
Yarn: 1.16.0
npm: 6.3.0
Watchman: Not Found
Xcode: N/A
Android Studio: Version 3.4.0.0 AI-183.5429.30.34.5452501
Packages: (wanted => installed)
react: ^16.8.6 => 16.8.6
react-dom: ^16.8.6 => 16.8.6
react-scripts: 3.0.1 => 3.0.1
Steps to Reproduce
yarn create react-app test --typescript
cd test
yarn build
Expected Behavior
A warning should not appear.
Actual Behavior
This warning appears:
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.2
Please only submit bug reports when using the officially supported version.
This reported already here, and was marked fixed, but it’s still happening.
Reproducible Demo
N/A
Issue Analytics
- State:
- Created 4 years ago
- Reactions:45
- Comments:20 (10 by maintainers)
Top Results From Across the Web
WARNING: You are currently running a version of TypeScript ...
x and 4.x.x . So when I updated the first package, this resulted updating the typescript-estree dependancy and the warning message disappeared.
Read more >@typescript-eslint/typescript-estree Code Examples | Snyk
Use Snyk Code to scan source code in minutes - no build needed - and fix ... Allow the user to suppress the...
Read more >@typescript-eslint/typescript-estree - npm
A parser that converts TypeScript source code into an ESTree compatible form. Latest version: 5.44.0, last published: 6 days ago.
Read more >@typescript-eslint/typescript-estree | Yarn - Package Manager
A parser that converts TypeScript source code into an ESTree compatible form ... See main--typescript-eslint.netlify.app for documentation on the latest ...
Read more >@typescript-eslint/typescript-estree NPM | npm.io
If you use a non-supported version of TypeScript, the parser will log a warning to the console. Please ensure that you are using...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ts 3.6.2 and it is back again. =(
@lookfirst me too