docs: update node and npm version recommendations

closes #1821
This commit is contained in:
Foxandxss 2016-07-04 15:59:13 +02:00 committed by Ward Bell
parent 266400b44b
commit 37b377ddb3
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -10,7 +10,7 @@ include ../_util-fns
<a href="https://docs.npmjs.com/getting-started/installing-node" target="_blank" title="Installing Node.js and updating npm">
Get it now</a> 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.

View File

@ -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.