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
{{ message }}
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: start/ns-setup-linux.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
@@ -19,7 +19,7 @@ This page contains a list of all system requirements needed to build and run Nat
19
19
## System Requirements
20
20
21
21
* 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
23
23
* G++ compiler
24
24
* JDK 8 or a later stable official release
25
25
* 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
36
36
37
37
Complete the following steps to set up NativeScript on your Linux development machine:
38
38
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.
40
40
41
41
1. If you are running on a 64-bit system, install the runtime libraries for the ia32/i386 architecture.
Copy file name to clipboardExpand all lines: start/ns-setup-os-x.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This page contains a list of all system requirements needed to build and run Nat
17
17
## System Requirements
18
18
19
19
* 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
21
21
* (Optional) Homebrew to simplify the installation of dependencies
22
22
* For iOS development
23
23
* Latest Xcode
@@ -46,7 +46,7 @@ Complete the following steps to setup NativeScript on your OS X development mach
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.
<blockquote><b>NOTE</b>: This is the directory that contains the <code>tools</code> and <code>platform-tools</code> directories.</blockquote>
94
-
94
+
95
95
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:
Copy file name to clipboardExpand all lines: start/ns-setup-win.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
@@ -19,7 +19,7 @@ This page contains a list of all system requirements needed to build and run Nat
19
19
## System Requirements
20
20
21
21
* 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
23
23
* (Optional) Chocolatey to simplify the installation of dependencies
24
24
* JDK 8 or a later stable official release
25
25
* 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
44
44
</code></pre>
45
45
1. Restart the command prompt.
46
46
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.
48
48
49
49
1. In the command prompt, run the following command.
0 commit comments