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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall appium-support
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 |