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

Commit 57ea176

Browse files
committed
Switch to recommending Node 6
1 parent 94d9057 commit 57ea176

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

start/ns-setup-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 [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.
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 v6.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ 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 [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.
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 v6.x.
5050

51-
<pre class="add-copy-button"><code class="language-terminal">brew install homebrew/versions/node4-lts
51+
<pre class="add-copy-button"><code class="language-terminal">brew install node6-lts
5252
</code></pre>
5353

5454
1. Install the dependencies for iOS development.

start/ns-setup-win.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Complete the following steps to set up NativeScript on your Windows development
4848

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

51-
<pre class="add-copy-button"><code class="language-terminal">choco install nodejs -y -version 4.6.0
51+
<pre class="add-copy-button"><code class="language-terminal">choco install nodejs -y -version 6.9.1
5252
</code></pre>
5353

5454
1. Install [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.

start/quick-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The NativeScript CLI is built on Node.js, and as such you need to have Node.js i
2222
You can check whether you have Node.js set up by opening a terminal or command prompt on your development machine and executing `node --version`. If you get an error, head to <https://nodejs.org/> and download and install the latest “LTS” (long-term support) distribution for your development machine.
2323

2424
> **TIP**:
25-
> * If you’re on OS X and use [Homebrew](http://brew.sh/), you can alternatively install the Node.js LTS release by running `brew install homebrew/versions/node4-lts` in your terminal.
25+
> * If you’re on OS X and use [Homebrew](http://brew.sh/), you can alternatively install the Node.js LTS release by running `brew install node6-lts` in your terminal.
2626
> * The NativeScript CLI supports a wide variety of Node.js versions, so if you already have Node.js installed you should be good to go. If, by chance, you’re running an unsupported version, the `tns doctor` command we’ll run momentarily will flag the problem so you can upgrade.
2727
2828
## Step 2: Install the NativeScript CLI

0 commit comments

Comments
 (0)