terminate : Terminate a Node.js Process based on the Process ID. You can installing terminate 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 terminate $ sudo npm install -g terminate
If want to update the terminate package execute the command as below,
$ sudo npm update terminate
Update package globally,
$ npm install -g terminate
$ sudo git clone https://github.com/rektide/terminate.git
$ sudo npm install -g ./terminate
terminate@2.1.0 /usr/lib/node_modules/terminate
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall terminate
| Package Name | terminate |
| Version | 2.1.0 |
| Description | Terminate a Node.js Process based on the Process ID |
| Released Date | 2017-01-11T12:11:23.357Z |
| Published by | nelsonic |
| How to Learn | https://www.npmjs.com/package/terminate/tutorial |