chore: remove note against node 6

closes #1540
This commit is contained in:
Foxandxss 2016-05-28 22:49:13 +02:00 committed by Ward Bell
parent 39408f8f8d
commit 888dcf362a
2 changed files with 4 additions and 4 deletions

View File

@ -10,9 +10,9 @@ 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 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.

View File

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