node-cleanup : installs custom cleanup handlers that run on exiting node. You can installing node-cleanup 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 node-cleanup $ sudo npm install -g node-cleanup
If want to update the node-cleanup package execute the command as below,
$ sudo npm update node-cleanup
Update package globally,
$ npm install -g node-cleanup
$ sudo git clone https://github.com/rektide/node-cleanup.git
$ sudo npm install -g ./node-cleanup
node-cleanup@2.1.2 /usr/lib/node_modules/node-cleanup
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-cleanup
| Package Name | node-cleanup |
| Version | 2.1.2 |
| Description | installs custom cleanup handlers that run on exiting node |
| Released Date | 2017-01-01T07:04:02.019Z |
| Published by | jtlapp |
| How to Learn | https://www.npmjs.com/package/node-cleanup/tutorial |