Update node version of create-react-app (#3522)

This commit is contained in:
Yuki Takemoto
2021-02-14 23:44:42 +09:00
committed by GitHub
parent 02df22a20f
commit e89273e29d

View File

@@ -39,7 +39,7 @@ The React team primarily recommends these solutions:
[Create React App](https://github.com/facebookincubator/create-react-app) is a comfortable environment for **learning React**, and is the best way to start building **a new [single-page](/docs/glossary.html#single-page-application) application** in React.
It sets up your development environment so that you can use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production. Youll need to have [Node >= 8.10 and npm >= 5.6](https://nodejs.org/en/) on your machine. To create a project, run:
It sets up your development environment so that you can use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production. Youll need to have [Node >= 10.16 and npm >= 5.6](https://nodejs.org/en/) on your machine. To create a project, run:
```bash
npx create-react-app my-app