How to Install puppeteer NPM Packages on Ubuntu / Debian

How to Install puppeteer software package in NPM Packages

puppeteer : A high-level API to control headless Chrome over the DevTools Protocol. You can installing puppeteer 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 puppeteer
$ sudo npm install -g puppeteer

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

$ sudo npm update puppeteer

Update package globally,

$ npm install -g puppeteer

Git clone:

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

puppeteer@0.13.0 /usr/lib/node_modules/puppeteer

How to remove puppeteer package :

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

$ sudo npm uninstall puppeteer

Basic Information of puppeteer NPM Package:

Package Name puppeteer
Version 0.13.0
Description A high-level API to control headless Chrome over the DevTools Protocol
Released Date 2017-11-11T02:24:56.507Z
Published by aslushnikov
How to Learn https://www.npmjs.com/package/puppeteer/tutorial