How to Install html NPM Packages on Ubuntu / Debian

How to Install html software package in NPM Packages

html : HTML pretty printer CLI utility (based on jsbeautifier). You can installing 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 html
$ sudo npm install -g html

If want to update the html package execute the command as below,

$ sudo npm update html

Update package globally,

$ npm install -g html

Git clone:

$ sudo  git clone https://github.com/rektide/html.git
$ sudo  npm install -g ./html

html@1.0.0 /usr/lib/node_modules/html

How to remove html package :

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

$ sudo npm uninstall html

Basic Information of html NPM Package:

Package Name html
Version 1.0.0
Description HTML pretty printer CLI utility (based on jsbeautifier)
Released Date 2016-08-09T20:42:30.203Z
Published by maxogden
How to Learn https://www.npmjs.com/package/html/tutorial