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.