Skip to content

Commit

Permalink
Update requirements for Node.js
Browse files Browse the repository at this point in the history
Update requirements for Node.js - we support Node.js 4, 6 and 7.
  • Loading branch information
rosen-vladimirov committed Nov 8, 2016
1 parent 8230204 commit b954338
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions start/ns-setup-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This page contains a list of all system requirements needed to build and run Nat
## System Requirements

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

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

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.
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.

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

Expand Down
8 changes: 4 additions & 4 deletions start/ns-setup-os-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This page contains a list of all system requirements needed to build and run Nat
## System Requirements

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

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

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

<pre class="add-copy-button"><code class="language-terminal">export ANDROID_HOME=/usr/local/opt/android-sdk
</code></pre>

<blockquote><b>NOTE</b>: This is the directory that contains the <code>tools</code> and <code>platform-tools</code> directories.</blockquote>

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:

<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
Expand Down
4 changes: 2 additions & 2 deletions start/ns-setup-win.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This page contains a list of all system requirements needed to build and run Nat
## System Requirements

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

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

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

Expand Down

0 comments on commit b954338

Please sign in to comment.