esmangle : ECMAScript code mangler / minifier. You can installing esmangle 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 esmangle $ sudo npm install -g esmangle
If want to update the esmangle package execute the command as below,
$ sudo npm update esmangle
Update package globally,
$ npm install -g esmangle
$ sudo git clone https://github.com/rektide/esmangle.git
$ sudo npm install -g ./esmangle
esmangle@1.0.1 /usr/lib/node_modules/esmangle
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall esmangle
Package Name | esmangle |
Version | 1.0.1 |
Description | ECMAScript code mangler / minifier |
Released Date | 2014-04-13T16:20:35.930Z |
Published by | constellation |
How to Learn | https://www.npmjs.com/package/esmangle/tutorial |