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.