Skip to content

Commit 748ebcf

Browse files
Update requirements for Node.js
Update requirements for Node.js - we support Node.js 4, 6 and 7.
1 parent cef0c15 commit 748ebcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ start-process -FilePath PowerShell.exe -Verb Runas -Wait -ArgumentList "-NoProfi
8787
### Manual Setup
8888

8989
* Windows 7 SP1 or later
90-
* The latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/), [0.12.x](https://nodejs.org/dist/latest-v0.12.x/), [4.x](https://nodejs.org/dist/latest-v4.x/) or [5.x](https://nodejs.org/dist/latest-v5.x/) stable official release
90+
* The latest Node.js [4.x](https://nodejs.org/dist/latest-v4.x/), [6.x](https://nodejs.org/dist/latest-v6.x/) or [7.x](https://nodejs.org/dist/latest-v7.x/) stable official release
9191
* (Optional) [Chocolatey][Chocolatey]
9292
* [JDK 8][JDK 8] or a later stable official release
9393
* [Android SDK 22][Android SDK 22] or a later stable official release
@@ -151,7 +151,7 @@ sudo ruby -e "$(curl -fsSL https://www.nativescript.org/setup/mac)"
151151
### Manual Setup
152152

153153
* OS X Mavericks
154-
* The latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/), [0.12.x](https://nodejs.org/dist/latest-v0.12.x/), [4.x](https://nodejs.org/dist/latest-v4.x/) or [5.x](https://nodejs.org/dist/latest-v5.x/) stable official release
154+
* The latest Node.js [4.x](https://nodejs.org/dist/latest-v4.x/), [6.x](https://nodejs.org/dist/latest-v6.x/) or [7.x](https://nodejs.org/dist/latest-v7.x/) stable official release
155155
* For iOS development
156156
* [Latest Xcode][12]
157157
* [Xcode command-line tools][12]
@@ -192,7 +192,7 @@ echo yes | android update sdk --filter tools,platform-tools,android-23,build-too
192192
> On Linux systems, you can develop, build, and deploy NativeScript projects that target Android.
193193

194194
* Ubuntu 14.04 LTS
195-
* The latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/), [0.12.x](https://nodejs.org/dist/latest-v0.12.x/), [4.x](https://nodejs.org/dist/latest-v4.x/) or [5.x](https://nodejs.org/dist/latest-v5.x/) stable official release
195+
* The latest Node.js [4.x](https://nodejs.org/dist/latest-v4.x/), [6.x](https://nodejs.org/dist/latest-v6.x/) or [7.x](https://nodejs.org/dist/latest-v7.x/) stable official release
196196

197197
> **TIP:** You can follow the instructions provided [here](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) to install Node.js on your system.
198198

@@ -343,7 +343,7 @@ For example, if you want to use the nightly build of the default JavaScript temp
343343
tns create MyApp --template https://github.com/NativeScript/template-hello-world.git
344344
```
345345

346-
To create a new cross-platform project from an existing NativeScript project, run the following command.
346+
To create a new cross-platform project from an existing NativeScript project, run the following command.
347347

348348
```Shell
349349
tns create MyApp --copy-from <Directory>

0 commit comments

Comments
 (0)