How to Install webdriverio NPM Packages on Ubuntu / Debian

How to Install webdriverio software package in NPM Packages

webdriverio : A Node.js bindings implementation for the W3C WebDriver protocol. You can installing webdriverio 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 webdriverio
$ sudo npm install -g webdriverio

If want to update the webdriverio package execute the command as below,

$ sudo npm update webdriverio

Update package globally,

$ npm install -g webdriverio

Git clone:

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

webdriverio@4.9.9 /usr/lib/node_modules/webdriverio

How to remove webdriverio package :

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

$ sudo npm uninstall webdriverio

Basic Information of webdriverio NPM Package:

Package Name webdriverio
Version 4.9.9
Description A Node.js bindings implementation for the W3C WebDriver protocol
Released Date 2017-11-20T10:00:34.347Z
Published by christian-bromann
How to Learn https://www.npmjs.com/package/webdriverio/tutorial