From ca0679478d814197185cf658e115d72fcdbeb9f3 Mon Sep 17 00:00:00 2001 From: Sung Date: Sun, 8 Oct 2017 19:26:07 -0400 Subject: [PATCH] Add minimum required Node version to create-react-app docs #70 --- content/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/installation.md b/content/docs/installation.md index 5e62dabc..491bc1ac 100644 --- a/content/docs/installation.md +++ b/content/docs/installation.md @@ -30,7 +30,7 @@ If you want to use it for a full application, there are two popular ways to get ## Creating a New Application -[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. +[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. ```bash npm install -g create-react-app