How to Install appium-support NPM Packages on Ubuntu / Debian

How to Install appium-support software package in NPM Packages

appium-support : Support libs used across appium packages. You can installing appium-support npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install appium-support
$ sudo npm install -g appium-support

If want to update the appium-support package execute the command as below,

$ sudo npm update appium-support

Update package globally,

$ npm install -g appium-support

Git clone:

$ sudo  git clone https://github.com/rektide/appium-support.git
$ sudo  npm install -g ./appium-support

appium-support@2.11.0 /usr/lib/node_modules/appium-support

How to remove appium-support package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall appium-support

Basic Information of appium-support NPM Package:

Package Name appium-support
Version 2.11.0
Description Support libs used across appium packages
Released Date 2017-11-02T11:59:42.789Z
Published by imurchie
How to Learn https://www.npmjs.com/package/appium-support/tutorial