Step 1: Install Node.js The NativeScript CLI is built on Node.js , and as such you need to have Node.js installed to use NativeScript. To check whether you have Node.js installed, open a terminal or command prompt and execute node --version . If there is an error, head to https://nodejs.org/ and download and install the latest “LTS” (long-term support) distribution and restart your terminal or command prompt. Step 2: Install the NativeScript CLI Open your terminal or command prompt and execute the following command to install the NativeScript CLI from npm , which is the Node.js package manager: npm install -g nativescript After the installation the system setup should have: The latest stable official release of Node.js (LTS) 8.x Google Chrome JDK 8 Android SDK Android Support Repository Google Repository Android SDK Build-tools 28.0.3 or a later stable official release Android Studio Set up Android virtual devices to expand you...
Comments
Post a Comment