htmltidy : tidy bad html. You can installing htmltidy 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 htmltidy $ sudo npm install -g htmltidy
If want to update the htmltidy package execute the command as below,
$ sudo npm update htmltidy
Update package globally,
$ npm install -g htmltidy
$ sudo git clone https://github.com/rektide/htmltidy.git
$ sudo npm install -g ./htmltidy
htmltidy@0.0.6 /usr/lib/node_modules/htmltidy
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall htmltidy
Package Name | htmltidy |
Version | 0.0.6 |
Description | tidy bad html |
Released Date | 2013-04-18T09:21:36.015Z |
Published by | lauris |
How to Learn | https://www.npmjs.com/package/htmltidy/tutorial |