This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ 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 node `v5.x.x` and npm `3.x.x`**
13
+ **Verify that you are running at least node `v5.x.x` and npm `3.x.x`**
14
14
by running `node -v` and `npm -v` in a terminal/console window.
15
- Older and newer versions produce errors.
15
+ Older versions produce errors.
16
16
17
17
We recommend [nvm](https://github.com/creationix/nvm) for managing multiple versions of node and npm.
18
18
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ block setup-tooling
51
51
if they are not already on your machine.
52
52
.l-sub-section
53
53
:marked
54
- **Verify that you are running node `v5.x.x` and npm `3.x.x`**
54
+ **Verify that you are running at least node `v5.x.x` and npm `3.x.x`**
55
55
by running `node -v` and `npm -v` in a terminal/console window.
56
- Older and newer versions produce errors.
56
+ Older versions produce errors.
57
57
58
58
block download-source
59
59
.l-main-section
You can’t perform that action at this time.
0 commit comments