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.

eslint@5.6.0: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0"

See original GitHub issue

Is this a bug report?

yes

Environment

Environment: OS: macOS High Sierra 10.13.4 Node: 8.9.4 Yarn: 1.3.2 npm: 6.4.1 Watchman: 4.9.0 Xcode: Xcode 9.2 Build version 9C40b Android Studio: Not Found

Steps to Reproduce

type npx create-react-app test

Expected Behavior

it creates by react app

Actual Behavior

crashes. produces the following output:

Creating a new React app in /Users/jd/sandbox/test.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...

yarn add v1.3.2
info No lockfile found.
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
error eslint@5.6.0: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Aborting installation.
  yarnpkg add --exact react react-dom react-scripts --cwd /Users/jd/sandbox/test has failed.

Deleting generated file... package.json
Deleting test / from /Users/jd/sandbox
Done.

Reproducible Demo

type it in your command line

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:29
  • Comments:21

github_iconTop GitHub Comments

29reactions
bugzpoddercommented, Oct 11, 2018

Can you guys upgrade your node version to ^6.14.0 || ^8.10.0 || >=9.10.0?

13reactions
hbthankicommented, Nov 29, 2018

This worked for me : create-react-app react-app --use-npm

Read more comments on GitHub >

github_iconTop Results From Across the Web

error eslint@5.6.0: The engine "node" is incompatible with this ...
I was facing the same issue, try to add "--use-npm" at the end of create react app commend. create-react-app appname --use-npm.
Read more >
React Native Builds fail with, "The engine "node" is ...
We've come across some issues, where a React Native build would fail, stating that the Node version is incompatible with the Node version...
Read more >
The engine "node" is incompatible with this module. Expected
I fixed this bug really quick, this is what I did: check your node version with: $ node -v check your npm version...
Read more >
Can't update Ghost to the latest version 2.12 - Developer help
error eslint@5.12.1: The engine “node” is incompatible with this module. Expected version “^6.14.0 || ^8.10.0 || >=9.10.0”. Got “8.9.1”
Read more >
test-engines-node-version-check - npm package - Snyk
[2/4] Fetching packages... error test-engines-node-version-check@0.0.2: The engine "node" is incompatible with this module. Expected version ...
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