From 3cc6dc6a1cea2b508cf866f9062667c11e8eeed6 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Wed, 5 Oct 2016 22:57:20 +0100 Subject: [PATCH] chore(docs): list minimum node as 4 --- public/docs/ts/latest/quickstart.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 4f4e4d1154..fdb581fb3f 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -59,7 +59,7 @@ h1 Prerequisite: Install #{_prereq} block setup-tooling :marked If Node.js and npm aren't already on your machine, install them. Our examples require node **v5.x.x** or higher and + target="_blank">install them. 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.