From 37b377ddb3cf44cd4a44e778ab39157a7ff81b48 Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Mon, 4 Jul 2016 15:59:13 +0200 Subject: [PATCH] docs: update node and npm version recommendations closes #1821 --- public/docs/ts/latest/cli-quickstart.jade | 2 +- public/docs/ts/latest/guide/npm-packages.jade | 2 +- public/docs/ts/latest/quickstart.jade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/ts/latest/cli-quickstart.jade b/public/docs/ts/latest/cli-quickstart.jade index 0a9a2d8636..d66c8895e4 100644 --- a/public/docs/ts/latest/cli-quickstart.jade +++ b/public/docs/ts/latest/cli-quickstart.jade @@ -33,7 +33,7 @@ h2#devenv Step 1. Set up the Development Environment if they are not already on your machine. .l-sub-section :marked - **Verify that you are running node `v5.x.x` and npm `3.x.x`** + **Verify that you are running node `v4.x.x` and npm `3.x.x`** by running `node -v` and `npm -v` in a terminal/console window. Older versions produce errors. :marked diff --git a/public/docs/ts/latest/guide/npm-packages.jade b/public/docs/ts/latest/guide/npm-packages.jade index 5a3268b6a2..4981177dba 100644 --- a/public/docs/ts/latest/guide/npm-packages.jade +++ b/public/docs/ts/latest/guide/npm-packages.jade @@ -10,7 +10,7 @@ include ../_util-fns Get it now if it's not already installed on your machine - **Verify that you are running at least node `v5.x.x` and npm `3.x.x`** + **Verify that you are running at least node `v4.x.x` and npm `3.x.x`** by running `node -v` and `npm -v` in a terminal/console window. Older versions produce errors. diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index d137cd849f..5de3efe99c 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -52,7 +52,7 @@ block setup-tooling if they are not already on your machine. .l-sub-section :marked - **Verify that you are running at least node `v5.x.x` and npm `3.x.x`** + **Verify that you are running at least node `v4.x.x` and npm `3.x.x`** by running `node -v` and `npm -v` in a terminal/console window. Older versions produce errors.