question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Warning from typescript-estree when building TypeScript app

See original GitHub issue

Is 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

  1. yarn create react-app test --typescript
  2. cd test
  3. 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:closed
  • Created 4 years ago
  • Reactions:45
  • Comments:20 (10 by maintainers)

github_iconTop GitHub Comments

98reactions
lookfirstcommented, Aug 30, 2019

ts 3.6.2 and it is back again. =(

28reactions
alibenmessaoudcommented, Nov 22, 2019

@lookfirst me too

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found