diff --git a/public/docs/ts/latest/guide/npm-packages.jade b/public/docs/ts/latest/guide/npm-packages.jade index fa7b402a26..063b1aeaba 100644 --- a/public/docs/ts/latest/guide/npm-packages.jade +++ b/public/docs/ts/latest/guide/npm-packages.jade @@ -10,9 +10,9 @@ include ../_util-fns Get it now if it's not already installed on your machine - **Verify that you are running node `v5.x.x` and npm `3.x.x`** + **Verify that you are running at least node `v5.x.x` and npm `3.x.x`** by running `node -v` and `npm -v` in a terminal/console window. - Older and newer versions produce errors. + Older versions produce errors. We recommend [nvm](https://github.com/creationix/nvm) for managing multiple versions of node and npm. diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 6288621a68..1d0ad35a80 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -51,9 +51,9 @@ block setup-tooling 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 at least node `v5.x.x` and npm `3.x.x`** by running `node -v` and `npm -v` in a terminal/console window. - Older and newer versions produce errors. + Older versions produce errors. block download-source .l-main-section