Skip to content

Commit 58c5483

Browse files
authored
Emphasize we recommend Node 6 and npm 3
1 parent 36a69d7 commit 58c5483

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ Install it once globally:
3131
npm install -g create-react-app
3232
```
3333

34-
**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.
34+
**You’ll need to have Node >= 4 on your machine**.
35+
36+
**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.
3537

3638
**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.
3739

0 commit comments

Comments
 (0)