Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 7bf6ffc

Browse files
Merge pull request #556 from NativeScript/vladimirov/sys-reqs
Update requirements for Node.js
2 parents 8230204 + b954338 commit 7bf6ffc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

start/ns-setup-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This page contains a list of all system requirements needed to build and run Nat
1919
## System Requirements
2020

2121
* Ubuntu 14.04 LTS
22-
* The latest Node.js 0.10.x, 0.12.x, 4.x, 5.x, or 6.x stable official release
22+
* 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
2323
* G++ compiler
2424
* JDK 8 or a later stable official release
2525
* Android SDK 22 or a later stable official release
@@ -36,7 +36,7 @@ You must also have the following two environment variables setup for Android dev
3636

3737
Complete the following steps to set up NativeScript on your Linux development machine:
3838

39-
1. Install 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/), [5.x](https://nodejs.org/dist/latest-v5.x/), or [6.x](https://nodejs.org/dist/latest-v6.x/) stable official release. We recommend using Node.js v4.x.
39+
1. Install 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. We recommend using Node.js v4.x.
4040

4141
1. If you are running on a 64-bit system, install the runtime libraries for the ia32/i386 architecture.
4242

start/ns-setup-os-x.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This page contains a list of all system requirements needed to build and run Nat
1717
## System Requirements
1818

1919
* OS X Mavericks or later
20-
* The latest Node.js 0.10.x, 0.12.x, 4.x, 5.x, or 6.x stable official release
20+
* 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
2121
* (Optional) Homebrew to simplify the installation of dependencies
2222
* For iOS development
2323
* Latest Xcode
@@ -46,7 +46,7 @@ Complete the following steps to setup NativeScript on your OS X development mach
4646
<pre class="add-copy-button"><code class="language-terminal">ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
4747
</code></pre>
4848

49-
1. Install the latest Node.js stable official release. We recommend using Node.js v4.x.
49+
1. Install 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. We recommend using Node.js v4.x.
5050

5151
<pre class="add-copy-button"><code class="language-terminal">brew install homebrew/versions/node4-lts
5252
</code></pre>
@@ -89,9 +89,9 @@ Complete the following steps to setup NativeScript on your OS X development mach
8989

9090
<pre class="add-copy-button"><code class="language-terminal">export ANDROID_HOME=/usr/local/opt/android-sdk
9191
</code></pre>
92-
92+
9393
<blockquote><b>NOTE</b>: This is the directory that contains the <code>tools</code> and <code>platform-tools</code> directories.</blockquote>
94-
94+
9595
1. Select all packages for the Android 22 SDK, Android SDK Build-tools 23.0.3 or later, Local Maven repository for Support Libraries (under Extras) and any other SDKs that you want to install and click **Install**. You can alternatively use the following command, which will install all required tools:
9696

9797
<pre class="add-copy-button"><code class="language-terminal">android update sdk --filter tools,platform-tools,android-23,build-tools-23.0.3,extra-android-m2repository,extra-google-m2repository,extra-android-support --all --no-ui

start/ns-setup-win.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This page contains a list of all system requirements needed to build and run Nat
1919
## System Requirements
2020

2121
* Windows 7 Service Pack 1 or later
22-
* The latest Node.js 0.10.x, 0.12.x, 4.x, 5.x, or 6.x stable official release
22+
* 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
2323
* (Optional) Chocolatey to simplify the installation of dependencies
2424
* JDK 8 or a later stable official release
2525
* Android SDK 22 or a later stable official release
@@ -44,7 +44,7 @@ Complete the following steps to set up NativeScript on your Windows development
4444
</code></pre>
4545
1. Restart the command prompt.
4646

47-
1. Install the [Node.js LTS (Long Term Support) Version](https://nodejs.org/). Currently the LTS version is Node.js v4.x.
47+
1. Install 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. We recommend using Node.js v4.x.
4848

4949
1. In the command prompt, run the following command.
5050

0 commit comments

Comments
 (0)