chrome-remote-interface : Chrome Debugging Protocol interface. You can installing chrome-remote-interface 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 chrome-remote-interface $ sudo npm install -g chrome-remote-interface
If want to update the chrome-remote-interface package execute the command as below,
$ sudo npm update chrome-remote-interface
Update package globally,
$ npm install -g chrome-remote-interface
$ sudo git clone https://github.com/rektide/chrome-remote-interface.git
$ sudo npm install -g ./chrome-remote-interface
chrome-remote-interface@0.25.3 /usr/lib/node_modules/chrome-remote-interface
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall chrome-remote-interface
Package Name | chrome-remote-interface |
Version | 0.25.3 |
Description | Chrome Debugging Protocol interface |
Released Date | 2017-11-09T17:02:07.407Z |
Published by | cyrus-and |
How to Learn | https://www.npmjs.com/package/chrome-remote-interface/tutorial |