Can't create app with node v8.9.0
See original GitHub issueIs this a bug report?
Yes. In documentation minimum Node version should be changed to 8.10.0.
Did you try recovering your dependencies?
NODE 8.9.0 NPM 5.6.0
Steps to Reproduce
- Install Node v8.9.0
- Run “npx create-react-app react-test”
Expected Behavior
Create new react app.
Actual Behavior
Error while creating new React app.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
create-react-app says "Create React App requires Node 14 or ...
create -react-app says "Create React App requires Node 14 or higher." Fixing node gives "npm does not support Node.js v10.19.0" · Ask Question....
Read more >Node.js 16 is here with updated platform support, V8 version 9 ...
As with most major releases, this release updates the minimum supported levels for platforms and tooling used to build Node.js.
Read more >How to Install a Node.js Application
This document describes how to install a Node.js web application. Node.js is a JavaScript runtime that allows you to build scalable web ...
Read more >How to Install Node.js and Create a Local Development ...
1/9 How to Install Node.js and Create a Local Development ... Node.js and run various commands related to developing Node.js applications.
Read more >Node.js sample for AWS Cloud9
To install Node.js, begin by running this command to download Node Version Manager (nvm). (nvm is a simple Bash shell script that is...
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
https://github.com/facebook/create-react-app/pull/5635
You are not attentive. From your README - “…You’ll need to have Node 8.9.0 or later on your local development machine…”. I created this issue so that you fix the README.