unescape : Convert HTML entities to HTML characters, e.g. `>` converts to `>`.. You can installing unescape 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 unescape $ sudo npm install -g unescape
If want to update the unescape package execute the command as below,
$ sudo npm update unescape
Update package globally,
$ npm install -g unescape
$ sudo git clone https://github.com/rektide/unescape.git
$ sudo npm install -g ./unescape
unescape@1.0.1 /usr/lib/node_modules/unescape
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall unescape
| Package Name | unescape |
| Version | 1.0.1 |
| Description | Convert HTML entities to HTML characters, e.g. `>` converts to `>`. |
| Released Date | 2017-06-08T19:33:07.614Z |
| Published by | jonschlinkert |
| How to Learn | https://www.npmjs.com/package/unescape/tutorial |