This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ h2#devenv Step 1. Set up the Development Environment
33
33
if they are not already on your machine.
34
34
.l-sub-section
35
35
:marked
36
- **Verify that you are running node `v5 .x.x` and npm `3.x.x`**
36
+ **Verify that you are running node `v4 .x.x` and npm `3.x.x`**
37
37
by running `node -v` and `npm -v` in a terminal/console window.
38
38
Older versions produce errors.
39
39
:marked
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ include ../_util-fns
10
10
<a href="https://docs.npmjs.com/getting-started/installing-node" target="_blank" title="Installing Node.js and updating npm">
11
11
Get it now</a> if it's not already installed on your machine
12
12
13
- **Verify that you are running at least node `v5 .x.x` and npm `3.x.x`**
13
+ **Verify that you are running at least node `v4 .x.x` and npm `3.x.x`**
14
14
by running `node -v` and `npm -v` in a terminal/console window.
15
15
Older versions produce errors.
16
16
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ block setup-tooling
52
52
if they are not already on your machine.
53
53
.l-sub-section
54
54
:marked
55
- **Verify that you are running at least node `v5 .x.x` and npm `3.x.x`**
55
+ **Verify that you are running at least node `v4 .x.x` and npm `3.x.x`**
56
56
by running `node -v` and `npm -v` in a terminal/console window.
57
57
Older versions produce errors.
58
58
You can’t perform that action at this time.
0 commit comments