tcp-ping : A ping utility using TCP connection. You can installing tcp-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 tcp-ping $ sudo npm install -g tcp-ping
If want to update the tcp-ping package execute the command as below,
$ sudo npm update tcp-ping
Update package globally,
$ npm install -g tcp-ping
$ sudo git clone https://github.com/rektide/tcp-ping.git
$ sudo npm install -g ./tcp-ping
tcp-ping@0.1.1 /usr/lib/node_modules/tcp-ping
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tcp-ping
| Package Name | tcp-ping |
| Version | 0.1.1 |
| Description | A ping utility using TCP connection |
| Released Date | 2014-09-03T13:52:28.556Z |
| Published by | wesolyromek |
| How to Learn | https://www.npmjs.com/package/tcp-ping/tutorial |