is-running : Test if a process with a given pid is running. You can installing is-running 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-running $ sudo npm install -g is-running
If want to update the is-running package execute the command as below,
$ sudo npm update is-running
Update package globally,
$ npm install -g is-running
$ sudo git clone https://github.com/rektide/is-running.git
$ sudo npm install -g ./is-running
is-running@2.1.0 /usr/lib/node_modules/is-running
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-running
Package Name | is-running |
Version | 2.1.0 |
Description | Test if a process with a given pid is running |
Released Date | 2016-08-17T00:03:00.825Z |
Published by | nisaacson |
How to Learn | https://www.npmjs.com/package/is-running/tutorial |