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.

The engine "node" is incompatible with this module. Expected version ">=6.0.0".

See original GitHub issue
$ yarn add react-joyride
yarn add v0.15.1
info No lockfile found.
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
error react-joyride@1.5.0: The engine "node" is incompatible with this module. Expected version ">=6.0.0".
error Found incompatible module
info Visit http://yarnpkg.com/en/docs/cli/add for documentation about this command.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:19
  • Comments:16 (3 by maintainers)

github_iconTop GitHub Comments

462reactions
gilbarbaracommented, Oct 12, 2016

use npm.

337reactions
taylor1791commented, Oct 12, 2016

If you use yarn, try yarn --ignore-engines, after https://github.com/yarnpkg/yarn/commit/b880d403ed9f32e724207ecbdb94c794d4c64131 lands in (probably) 15.2.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The engine "node" is incompatible with this module
This worked for me using the version number mentioned in the error. My error was Expected version ">=16". so I ran nvm install...
Read more >
error found incompatible module.
After doing that, i kept on receiving the error: error functions@1.0.0: The engine "node" is incompatible with this module. Expected version "14".
Read more >
error The engine “node“ is incompatible with this module. ...
error commander@9.0.0: The engine "node" is incompatible with this module. Expected version "^12.20.0 || >=14". Got "10.21.0".
Read more >
the engine "node" is incompatible with this module. ...
1. Make sure you're in your user's directory. ; 2. [server]$ cd ~ ; 3. Run the following command to download NVM. Change...
Read more >
The engine "node" is incompatible with this module. ...
Hi, This seems like a common error but I'm still not finding a solution. My site works on my local machine but fails...
Read more >

github_iconTop Related Medium Post

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