Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 888dcf3

Browse files
Foxandxsswardbell
authored andcommitted
chore: remove note against node 6
closes #1540
1 parent 39408f8 commit 888dcf3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/docs/ts/latest/guide/npm-packages.jade

+2-2
Original file line numberDiff line numberDiff 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

public/docs/ts/latest/quickstart.jade

+2-2
Original file line numberDiff line numberDiff 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

5858
block download-source
5959
.l-main-section

0 commit comments

Comments
 (0)