merge-stream : Create a stream that emits events from multiple other streams. You can installing merge-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 merge-stream $ sudo npm install -g merge-stream
If want to update the merge-stream package execute the command as below,
$ sudo npm update merge-stream
Update package globally,
$ npm install -g merge-stream
$ sudo git clone https://github.com/rektide/merge-stream.git
$ sudo npm install -g ./merge-stream
merge-stream@1.0.1 /usr/lib/node_modules/merge-stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall merge-stream
Package Name | merge-stream |
Version | 1.0.1 |
Description | Create a stream that emits events from multiple other streams |
Released Date | 2016-11-25T04:59:57.218Z |
Published by | shinnn |
How to Learn | https://www.npmjs.com/package/merge-stream/tutorial |