parent
266400b44b
commit
37b377ddb3
|
@ -33,7 +33,7 @@ h2#devenv Step 1. Set up the Development Environment
|
||||||
if they are not already on your machine.
|
if they are not already on your machine.
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
:marked
|
: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.
|
by running `node -v` and `npm -v` in a terminal/console window.
|
||||||
Older versions produce errors.
|
Older versions produce errors.
|
||||||
:marked
|
:marked
|
||||||
|
|
|
@ -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">
|
<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
|
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.
|
by running `node -v` and `npm -v` in a terminal/console window.
|
||||||
Older versions produce errors.
|
Older versions produce errors.
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ block setup-tooling
|
||||||
if they are not already on your machine.
|
if they are not already on your machine.
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
:marked
|
: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.
|
by running `node -v` and `npm -v` in a terminal/console window.
|
||||||
Older versions produce errors.
|
Older versions produce errors.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue