xml-escape : Escape XML . You can installing xml-escape 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 xml-escape $ sudo npm install -g xml-escape
If want to update the xml-escape package execute the command as below,
$ sudo npm update xml-escape
Update package globally,
$ npm install -g xml-escape
$ sudo git clone https://github.com/rektide/xml-escape.git
$ sudo npm install -g ./xml-escape
xml-escape@1.1.0 /usr/lib/node_modules/xml-escape
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall xml-escape
| Package Name | xml-escape |
| Version | 1.1.0 |
| Description | Escape XML |
| Released Date | 2016-03-14T13:11:05.684Z |
| Published by | mhernandez |
| How to Learn | https://www.npmjs.com/package/xml-escape/tutorial |