pump : pipe streams together and close all of them if one of them closes. You can installing pump 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 pump $ sudo npm install -g pump
If want to update the pump package execute the command as below,
$ sudo npm update pump
Update package globally,
$ npm install -g pump
$ sudo git clone https://github.com/rektide/pump.git
$ sudo npm install -g ./pump
pump@1.0.3 /usr/lib/node_modules/pump
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pump
| Package Name | pump |
| Version | 1.0.3 |
| Description | pipe streams together and close all of them if one of them closes |
| Released Date | 2017-11-16T20:44:16.536Z |
| Published by | mafintosh |
| How to Learn | https://www.npmjs.com/package/pump/tutorial |