How to Install htmllint NPM Packages on Ubuntu / Debian

How to Install htmllint software package in NPM Packages

htmllint : An unofficial html5 linter.. You can installing htmllint 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 htmllint
$ sudo npm install -g htmllint

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

$ sudo npm update htmllint

Update package globally,

$ npm install -g htmllint

Git clone:

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

htmllint@0.7.0 /usr/lib/node_modules/htmllint

How to remove htmllint package :

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

$ sudo npm uninstall htmllint

Basic Information of htmllint NPM Package:

Package Name htmllint
Version 0.7.0
Description An unofficial html5 linter.
Released Date 2017-10-29T20:25:11.532Z
Published by mlochbaum
How to Learn https://www.npmjs.com/package/htmllint/tutorial