How to Install appium-base-driver NPM Packages on Ubuntu / Debian

How to Install appium-base-driver software package in NPM Packages

appium-base-driver : Base driver class for Appium drivers. You can installing appium-base-driver 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-base-driver
$ sudo npm install -g appium-base-driver

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

$ sudo npm update appium-base-driver

Update package globally,

$ npm install -g appium-base-driver

Git clone:

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

appium-base-driver@2.16.0 /usr/lib/node_modules/appium-base-driver

How to remove appium-base-driver package :

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

$ sudo npm uninstall appium-base-driver

Basic Information of appium-base-driver NPM Package:

Package Name appium-base-driver
Version 2.16.0
Description Base driver class for Appium drivers
Released Date 2017-11-21T12:59:13.553Z
Published by dangraham
How to Learn https://www.npmjs.com/package/appium-base-driver/tutorial