add-stream : Append the contents of one stream onto another.. You can installing add-stream 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 add-stream $ sudo npm install -g add-stream
If want to update the add-stream package execute the command as below,
$ sudo npm update add-stream
Update package globally,
$ npm install -g add-stream
$ sudo git clone https://github.com/rektide/add-stream.git
$ sudo npm install -g ./add-stream
add-stream@1.0.0 /usr/lib/node_modules/add-stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall add-stream
Package Name | add-stream |
Version | 1.0.0 |
Description | Append the contents of one stream onto another. |
Released Date | 2014-12-06T23:12:51.523Z |
Published by | wilsonjackson |
How to Learn | https://www.npmjs.com/package/add-stream/tutorial |