Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 3a78f6d

Browse files
authored
chore(docs): list minimum node as 4 (#2547)
1 parent 7c262cc commit 3a78f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/quickstart.jade

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

0 commit comments

Comments
 (0)