How to Install rollup NPM Packages on Ubuntu / Debian

How to Install rollup software package in NPM Packages

rollup : Next-generation ES6 module bundler. You can installing rollup 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
$ sudo npm install -g rollup

If want to update the rollup package execute the command as below,

$ sudo npm update rollup

Update package globally,

$ npm install -g rollup

Git clone:

$ sudo  git clone https://github.com/rektide/rollup.git
$ sudo  npm install -g ./rollup

rollup@0.51.8 /usr/lib/node_modules/rollup

How to remove rollup package :

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

$ sudo npm uninstall rollup

Basic Information of rollup NPM Package:

Package Name rollup
Version 0.51.8
Description Next-generation ES6 module bundler
Released Date 2017-11-19T17:24:35.262Z
Published by lukastaegert
How to Learn https://www.npmjs.com/package/rollup/tutorial