How to Install rollup-plugin-uglify NPM Packages on Ubuntu / Debian

How to Install rollup-plugin-uglify software package in NPM Packages

rollup-plugin-uglify : Rollup plugin to minify generated bundle. You can installing rollup-plugin-uglify 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-plugin-uglify
$ sudo npm install -g rollup-plugin-uglify

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

$ sudo npm update rollup-plugin-uglify

Update package globally,

$ npm install -g rollup-plugin-uglify

Git clone:

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

rollup-plugin-uglify@2.0.1 /usr/lib/node_modules/rollup-plugin-uglify

How to remove rollup-plugin-uglify package :

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

$ sudo npm uninstall rollup-plugin-uglify

Basic Information of rollup-plugin-uglify NPM Package:

Package Name rollup-plugin-uglify
Version 2.0.1
Description Rollup plugin to minify generated bundle
Released Date 2017-05-21T20:43:07.493Z
Published by trysound
How to Learn https://www.npmjs.com/package/rollup-plugin-uglify/tutorial