This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ include ../_util-fns
1010 <a href="https://docs.npmjs.com/getting-started/installing-node" target="_blank" title="Installing Node.js and updating npm">
1111 Get it now</a> if it's not already installed on your machine
1212
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`**
1414 by running `node -v` and `npm -v` in a terminal/console window.
15- Older and newer versions produce errors.
15+ Older versions produce errors.
1616
1717 We recommend [nvm](https://github.com/creationix/nvm) for managing multiple versions of node and npm.
1818
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ block setup-tooling
5151 if they are not already on your machine.
5252 .l-sub-section
5353 :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`**
5555 by running `node -v` and `npm -v` in a terminal/console window.
56- Older and newer versions produce errors.
56+ Older versions produce errors.
5757
5858block download-source
5959 .l-main-section
You can’t perform that action at this time.
0 commit comments