How to Install ping NPM Packages on Ubuntu / Debian

How to Install ping software package in NPM Packages

ping : a simple wrapper for ping. You can installing 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 ping
$ sudo npm install -g ping

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

$ sudo npm update ping

Update package globally,

$ npm install -g ping

Git clone:

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

ping@0.2.2 /usr/lib/node_modules/ping

How to remove ping package :

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

$ sudo npm uninstall ping

Basic Information of ping NPM Package:

Package Name ping
Version 0.2.2
Description a simple wrapper for ping
Released Date 2017-02-20T18:04:56.129Z
Published by danielzzz
How to Learn https://www.npmjs.com/package/ping/tutorial