is-reachable : Check if servers are reachable. You can installing is-reachable 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 is-reachable $ sudo npm install -g is-reachable
If want to update the is-reachable package execute the command as below,
$ sudo npm update is-reachable
Update package globally,
$ npm install -g is-reachable
$ sudo git clone https://github.com/rektide/is-reachable.git
$ sudo npm install -g ./is-reachable
is-reachable@2.3.3 /usr/lib/node_modules/is-reachable
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-reachable
Package Name | is-reachable |
Version | 2.3.3 |
Description | Check if servers are reachable |
Released Date | 2017-07-11T09:19:45.540Z |
Published by | silverwind |
How to Learn | https://www.npmjs.com/package/is-reachable/tutorial |