Download and Install – Node.js and NPM

Node.js is an open-source, cross-platform JavaScript runtime environment built on Chrome’s V8 JavaScript engine. Node.js comes with npm – node package manager, a free software registry which contains hundreds of thousands of code packages. This article provides the steps using which you can download and install Node.js and npm. Steps to Download Node.js Follow the… Continue reading Download and Install – Node.js and NPM

Published
Categorized as Appium

Install additional Android SDK tools

This article is a continuation of our previous article where you downloaded and installed Android Studio. In this article, you will download and install additional Android SDK tools, if required. Please note that with newer versions of Android Studio, all the important components are already installed (some of these components are installed when you open… Continue reading Install additional Android SDK tools

Download and Install Android

Welcome to the Android Setup section of our Appium Tutorial series. In the next 3 articles in this tutorial series, we will provide a detailed guide to help you download and install Android Studio, then set it up properly on your machine (including adding environment variables) so that you get one step closer to completing… Continue reading Download and Install Android