Skip to content

Commit fba90d3

Browse files
authored
Bump minimum Node version required to 6 (#81)
Node 4 will no longer be in maintenance LTS status as of April 2018, and we are not currently running tests on Node 4, so we cannot guarantee it will work.
1 parent 19f7484 commit fba90d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ brew install node
214214
brew install watchman
215215
```
216216

217-
If you have already installed Node on your system, make sure it is version 4 or newer.
217+
If you have already installed Node on your system, make sure it is version 6 or newer.
218218

219219
[Watchman](https://facebook.github.io/watchman) is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance.
220220

@@ -238,7 +238,7 @@ Open an Administrator Command Prompt (right click Command Prompt and select "Run
238238
choco install -y nodejs.install python2 jdk8
239239
```
240240

241-
If you have already installed Node on your system, make sure it is version 4 or newer. If you already have a JDK on your system, make sure it is version 8 or newer.
241+
If you have already installed Node on your system, make sure it is version 6 or newer. If you already have a JDK on your system, make sure it is version 8 or newer.
242242

243243
> You can find additional installation options on [Node's Downloads page](https://nodejs.org/en/download/).
244244

0 commit comments

Comments
 (0)