net-ping : Ping and trace route to many hosts at once.. You can installing net-ping 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 net-ping $ sudo npm install -g net-ping
If want to update the net-ping package execute the command as below,
$ sudo npm update net-ping
Update package globally,
$ npm install -g net-ping
$ sudo git clone https://github.com/rektide/net-ping.git
$ sudo npm install -g ./net-ping
net-ping@1.2.1 /usr/lib/node_modules/net-ping
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall net-ping
| Package Name | net-ping |
| Version | 1.2.1 |
| Description | Ping and trace route to many hosts at once. |
| Released Date | 2017-07-14T18:42:51.124Z |
| Published by | stephen.vickers |
| How to Learn | https://www.npmjs.com/package/net-ping/tutorial |