How to Install rollup-stream NPM Packages on Ubuntu / Debian

How to Install rollup-stream software package in NPM Packages

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

Git clone:

$ 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

How to remove rollup-stream package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall rollup-stream

Basic Information of rollup-stream NPM Package:

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