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