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
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.
Copy file name to clipboardExpand all lines: docs/getting-started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ brew install node
214
214
brew install watchman
215
215
```
216
216
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.
218
218
219
219
[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.
220
220
@@ -238,7 +238,7 @@ Open an Administrator Command Prompt (right click Command Prompt and select "Run
238
238
choco install -y nodejs.install python2 jdk8
239
239
```
240
240
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.
242
242
243
243
> You can find additional installation options on [Node's Downloads page](https://nodejs.org/en/download/).
0 commit comments