How to Install uglify-es NPM Packages on Ubuntu / Debian

How to Install uglify-es software package in NPM Packages

uglify-es : JavaScript parser, mangler/compressor and beautifier toolkit for ES6+. You can installing uglify-es 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 uglify-es
$ sudo npm install -g uglify-es

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

$ sudo npm update uglify-es

Update package globally,

$ npm install -g uglify-es

Git clone:

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

uglify-es@3.1.10 /usr/lib/node_modules/uglify-es

How to remove uglify-es package :

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

$ sudo npm uninstall uglify-es

Basic Information of uglify-es NPM Package:

Package Name uglify-es
Version 3.1.10
Description JavaScript parser, mangler/compressor and beautifier toolkit for ES6+
Released Date 2017-11-19T17:10:13.581Z
Published by alexlamsl
How to Learn https://www.npmjs.com/package/uglify-es/tutorial