stream-to-array : Concatenate a readable streams data into a single array. You can installing stream-to-array 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-to-array $ sudo npm install -g stream-to-array
If want to update the stream-to-array package execute the command as below,
$ sudo npm update stream-to-array
Update package globally,
$ npm install -g stream-to-array
$ sudo git clone https://github.com/rektide/stream-to-array.git
$ sudo npm install -g ./stream-to-array
stream-to-array@2.3.0 /usr/lib/node_modules/stream-to-array
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall stream-to-array
| Package Name | stream-to-array |
| Version | 2.3.0 |
| Description | Concatenate a readable streams data into a single array |
| Released Date | 2016-02-28T02:22:07.458Z |
| Published by | jongleberry |
| How to Learn | https://www.npmjs.com/package/stream-to-array/tutorial |