Commit 58c54836 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Emphasize we recommend Node 6 and npm 3

parent 36a69d7a
Showing with 3 additions and 1 deletion
+3 -1
......@@ -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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment