From 58c54836332c0551097877f9979f916973b131ba Mon Sep 17 00:00:00 2001 From: Dan Abramov <dan.abramov@gmail.com> Date: Sun, 18 Sep 2016 12:45:23 +0300 Subject: [PATCH] Emphasize we recommend Node 6 and npm 3 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 222d4cb6c..28d36e4df 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ Install it once globally: npm install -g create-react-app ``` -**You’ll need to have Node >= 4 on your machine**. We recommend to use Node >= 6 and npm >= 3 for faster installation speed and better disk usage. You can use [nvm](https://github.com/creationix/nvm#usage) to easily switch Node versions between different projects. +**You’ll need to have Node >= 4 on your machine**. + +**We strongly recommend to use Node >= 6 and npm >= 3 for faster installation speed and better disk usage.** You can use [nvm](https://github.com/creationix/nvm#usage) to easily switch Node versions between different projects. **This tool doesn’t assume a Node backend**. The Node installation is only required for the build tools that rely on it locally, such as Webpack and Babel. -- GitLab