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

Commit 37b377d

Browse files
Foxandxsswardbell
authored andcommitted
docs: update node and npm version recommendations
closes #1821
1 parent 266400b commit 37b377d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/docs/ts/latest/cli-quickstart.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ h2#devenv Step 1. Set up the Development Environment
3333
if they are not already on your machine.
3434
.l-sub-section
3535
: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`**
3737
by running `node -v` and `npm -v` in a terminal/console window.
3838
Older versions produce errors.
3939
:marked

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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 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`**
1414
by running `node -v` and `npm -v` in a terminal/console window.
1515
Older versions produce errors.
1616

public/docs/ts/latest/quickstart.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ block setup-tooling
5252
if they are not already on your machine.
5353
.l-sub-section
5454
: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`**
5656
by running `node -v` and `npm -v` in a terminal/console window.
5757
Older versions produce errors.
5858

0 commit comments

Comments
 (0)