Install failed with Node v.10 due to upath@1.0.4 incompatibility
See original GitHub issueIs this a bug report?
Not exactly, unless module incompatibility counts as a bug
Environment
node -v
: 10.0.0npm -v
: 6.0.0yarn --version
(if you use Yarn): 1.6.0npm ls react-scripts
(if you haven’t ejected): N/A (install is failing)
Then, specify:
- Operating system: Windows 10
- Browser and version (if relevant):
Steps to Reproduce
(Write your steps here:)
- Install Node v.10
- Run create-react-app
- Await the error 😦
Expected Behavior
I was hoping for a nice clean install of the base project.
Actual Behavior
Install failed:
Issue Analytics
- State:
- Created 5 years ago
- Reactions:19
- Comments:13 (3 by maintainers)
Top 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 >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
Small fix
For one time engine ignoring:
yarn --ignore-engines install