escape-html : Escape string for use in HTML. You can installing escape-html 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 escape-html $ sudo npm install -g escape-html
If want to update the escape-html package execute the command as below,
$ sudo npm update escape-html
Update package globally,
$ npm install -g escape-html
$ sudo git clone https://github.com/rektide/escape-html.git
$ sudo npm install -g ./escape-html
escape-html@1.0.3 /usr/lib/node_modules/escape-html
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall escape-html
Package Name | escape-html |
Version | 1.0.3 |
Description | Escape string for use in HTML |
Released Date | 2015-09-01T04:47:22.713Z |
Published by | dougwilson |
How to Learn | https://www.npmjs.com/package/escape-html/tutorial |