stream-collector : Buffer data from a stream into an array if a callback is provided. You can installing stream-collector 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 stream-collector $ sudo npm install -g stream-collector
If want to update the stream-collector package execute the command as below,
$ sudo npm update stream-collector
Update package globally,
$ npm install -g stream-collector
$ sudo git clone https://github.com/rektide/stream-collector.git
$ sudo npm install -g ./stream-collector
stream-collector@1.0.1 /usr/lib/node_modules/stream-collector
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall stream-collector
| Package Name | stream-collector |
| Version | 1.0.1 |
| Description | Buffer data from a stream into an array if a callback is provided |
| Released Date | 2014-11-15T10:35:01.896Z |
| Published by | mafintosh |
| How to Learn | https://www.npmjs.com/package/stream-collector/tutorial |