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
$ sudo git clone https://github.com/rektide/puppeteer.git
$ sudo npm install -g ./puppeteer
puppeteer@0.13.0 /usr/lib/node_modules/puppeteer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall puppeteer
| 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 |