unpipe : Unpipe a stream from all destinations. You can installing unpipe 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 unpipe $ sudo npm install -g unpipe
If want to update the unpipe package execute the command as below,
$ sudo npm update unpipe
Update package globally,
$ npm install -g unpipe
$ sudo git clone https://github.com/rektide/unpipe.git
$ sudo npm install -g ./unpipe
unpipe@1.0.0 /usr/lib/node_modules/unpipe
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall unpipe
| Package Name | unpipe |
| Version | 1.0.0 |
| Description | Unpipe a stream from all destinations |
| Released Date | 2015-06-14T20:30:19.934Z |
| Published by | dougwilson |
| How to Learn | https://www.npmjs.com/package/unpipe/tutorial |