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.

Install failed with Node v.10 due to upath@1.0.4 incompatibility

See original GitHub issue

Is this a bug report?

Not exactly, unless module incompatibility counts as a bug

Environment

  1. node -v: 10.0.0
  2. npm -v: 6.0.0
  3. yarn --version (if you use Yarn): 1.6.0
  4. npm ls react-scripts (if you haven’t ejected): N/A (install is failing)

Then, specify:

  1. Operating system: Windows 10
  2. Browser and version (if relevant):

Steps to Reproduce

(Write your steps here:)

  1. Install Node v.10
  2. Run create-react-app
  3. Await the error 😦

Expected Behavior

I was hoping for a nice clean install of the base project.

Actual Behavior

Install failed:

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:19
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

104reactions
retyuicommented, Apr 26, 2018

Small fix

yarn config set ignore-engines true
27reactions
havsarcommented, Apr 27, 2018

For one time engine ignoring:

yarn --ignore-engines install

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 >
Prevent npm install for not supported Node.js versions
Use a local npm configuration to prevent users from installing your module/project with an unsupported Node.js version.
Read more >
Npm install error(fails) - M220JS - MongoDB
Hi , I downloaded the mflix-js project and used npm install and it started to show errors , tried different methods like changing ......
Read more >
Heroku Node.js Support
Reference documentation describing the the support for Node.js on Heroku's Cedar stack.
Read more >
Previous Releases - Node.js
Version Date V8 npm NODE_MODULE_VERSION Node.js 19.3.0 2022‑12‑14 10.8.168.21 9.2.0 111 Downloads Ä... Node.js 19.2.0 2022‑11‑29 10.8.168.20 8.19.3 111 Downloads Ä... Node.js 19.1.0 2022‑11‑14 10.7.193.20 8.19.3...
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