Skip to content

Commit 03260d7

Browse files
ZachMayer35lex111
authored andcommitted
[docs] Updated required node and npm versions to match CRA docs in 'docs/create-a-new-react-app.html' (#2099)
https://facebook.github.io/create-react-app/docs/getting-started
1 parent 6fc8c43 commit 03260d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/create-a-new-react-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The React team primarily recommends these solutions:
3939

4040
[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.
4141

42-
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. You’ll need to have Node >= 6 and npm >= 5.2 on your machine. To create a project, run:
42+
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. You’ll need to have Node >= 8.10 and npm >= 5.6 on your machine. To create a project, run:
4343

4444
```bash
4545
npx create-react-app my-app

0 commit comments

Comments
 (0)