promisepipe : Pipe node.js streams safely with Promises. You can installing promisepipe 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 promisepipe $ sudo npm install -g promisepipe
If want to update the promisepipe package execute the command as below,
$ sudo npm update promisepipe
Update package globally,
$ npm install -g promisepipe
$ sudo git clone https://github.com/rektide/promisepipe.git
$ sudo npm install -g ./promisepipe
promisepipe@2.1.1 /usr/lib/node_modules/promisepipe
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall promisepipe
| Package Name | promisepipe |
| Version | 2.1.1 |
| Description | Pipe node.js streams safely with Promises |
| Released Date | 2017-11-03T08:05:50.868Z |
| Published by | epeli |
| How to Learn | https://www.npmjs.com/package/promisepipe/tutorial |