rollup-stream : a wrapper around Rollup that returns a stream instead of a Promise. You can installing rollup-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 rollup-stream $ sudo npm install -g rollup-stream
If want to update the rollup-stream package execute the command as below,
$ sudo npm update rollup-stream
Update package globally,
$ npm install -g rollup-stream
$ sudo git clone https://github.com/rektide/rollup-stream.git
$ sudo npm install -g ./rollup-stream
rollup-stream@1.24.1 /usr/lib/node_modules/rollup-stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rollup-stream
| Package Name | rollup-stream |
| Version | 1.24.1 |
| Description | a wrapper around Rollup that returns a stream instead of a Promise |
| Released Date | 2017-09-11T03:37:26.154Z |
| Published by | permutator |
| How to Learn | https://www.npmjs.com/package/rollup-stream/tutorial |