signal-exit : when you want to fire an event no matter how a process exits.. You can installing signal-exit 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 signal-exit $ sudo npm install -g signal-exit
If want to update the signal-exit package execute the command as below,
$ sudo npm update signal-exit
Update package globally,
$ npm install -g signal-exit
$ sudo git clone https://github.com/rektide/signal-exit.git
$ sudo npm install -g ./signal-exit
signal-exit@3.0.2 /usr/lib/node_modules/signal-exit
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall signal-exit
| Package Name | signal-exit |
| Version | 3.0.2 |
| Description | when you want to fire an event no matter how a process exits. |
| Released Date | 2016-12-04T03:21:02.792Z |
| Published by | isaacs |
| How to Learn | https://www.npmjs.com/package/signal-exit/tutorial |