Skip to content

Commit 695e790

Browse files
authored
Merge pull request reactjs#89 from dance2die/issue70
Add minimum required Node version to create-react-app docs reactjs#70
2 parents 5453a06 + ca06794 commit 695e790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you want to use it for a full application, there are two popular ways to get
3030

3131
## Creating a New Application
3232

33-
[Create React App](http://github.com/facebookincubator/create-react-app) is the best way to start building a new React single page application. 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.
33+
[Create React App](http://github.com/facebookincubator/create-react-app) is the best way to start building a new React single page application. 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 on your machine.
3434

3535
```bash
3636
npm install -g create-react-app

0 commit comments

Comments
 (0)