chore(docs): list minimum node as 4 (#2547)

This commit is contained in:
Filipe Silva 2016-10-05 22:58:57 +01:00 committed by GitHub
parent 7c262ccab5
commit 3a78f6d8c6
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ h1 Prerequisite: Install #{_prereq}
block setup-tooling
:marked
If Node.js and npm aren't already on your machine, <a href="http://blog.npmjs.org/post/85484771375/how-to-install-npm"
target="_blank">install them</a>. Our examples require node **v5.x.x** or higher and
target="_blank">install them</a>. Our examples require node **v4.x.x** or higher and
npm **3.x.x** or higher. To check which version you are using, run `node -v` and `npm -v`
in a terminal window.