How to Install chromedriver NPM Packages on Ubuntu / Debian

How to Install chromedriver software package in NPM Packages

chromedriver : ChromeDriver for Selenium. You can installing chromedriver 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 chromedriver
$ sudo npm install -g chromedriver

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

$ sudo npm update chromedriver

Update package globally,

$ npm install -g chromedriver

Git clone:

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

chromedriver@2.33.2 /usr/lib/node_modules/chromedriver

How to remove chromedriver package :

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

$ sudo npm uninstall chromedriver

Basic Information of chromedriver NPM Package:

Package Name chromedriver
Version 2.33.2
Description ChromeDriver for Selenium
Released Date 2017-10-22T01:40:09.548Z
Published by giggio
How to Learn https://www.npmjs.com/package/chromedriver/tutorial