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

Commit 6f70078

Browse files
authored
Update node version
Bump suggested node version from 8.x to 10.x (current LTS). Sidekick installation specifically requires NodesJS >= 10.0.0 <10.6.0 || >=10.10.0
1 parent f7e9701 commit 6f70078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sidekick/intro/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: installation
1010

1111
## Step 1: Install Node.js
1212

13-
To run {{ site.ns-sk }}, you need to have Node.js installed on your machine. To check whether Node.js is installed on your development machine, you should open a terminal or command prompt and run the `node --version` command. If you get an error, head to [https://nodejs.org/](https://nodejs.org/en/) and download and install the latest [Node.js LTS](https://github.com/nodejs/LTS#lts-schedule) version. We recommend using [Node.js 8.x](https://nodejs.org/dist/latest-v8.x/).
13+
To run {{ site.ns-sk }}, you need to have Node.js installed on your machine. To check whether Node.js is installed on your development machine, you should open a terminal or command prompt and run the `node --version` command. If you get an error, head to [https://nodejs.org/](https://nodejs.org/en/) and download and install the latest [Node.js LTS](https://github.com/nodejs/LTS#lts-schedule) version. We recommend using [Node.js 10.x](https://nodejs.org/dist/latest-v10.x/).
1414

1515
## Step 2: Install the {{ site.ns-cli }}
1616

@@ -42,4 +42,4 @@ To build locally with {{ site.ns-sk }}, you need to set up each platform you int
4242

4343
* [Set up a Windows machine](https://docs.nativescript.org/start/ns-setup-win)
4444
* [Set up a macOS machine](https://docs.nativescript.org/start/ns-setup-os-x)
45-
* [Set up a Linux machine](https://docs.nativescript.org/start/ns-setup-linux)
45+
* [Set up a Linux machine](https://docs.nativescript.org/start/ns-setup-linux)

0 commit comments

Comments
 (0)