How to Install escape-html NPM Packages on Ubuntu / Debian

How to Install escape-html software package in NPM Packages

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

Git clone:

$ 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

How to remove escape-html package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall escape-html

Basic Information of escape-html NPM Package:

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