You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
10
10
## Table of Contents
11
11
12
+
*[Node](#node)
12
13
*[Install](#install)
13
14
*[Configuration](#configuration)
14
15
*[CLI Usage](#cli-usage)
@@ -22,9 +23,13 @@
22
23
*[Test](#test)
23
24
*[Lint Messages](#lint-messages)
24
25
26
+
## Node
27
+
28
+
We pin mastarm to a specific version of node due to inconsistencies across installation and building when using multiple versions. *Node 8 is now required to run mastarm*.
29
+
25
30
## Install
26
31
27
-
With [node v6 and npm 3 installed](https://nodejs.org/en/download/current/):
32
+
With [node v8 and npm 5 installed](https://nodejs.org/en/download/current/):
0 commit comments