How to Install json-lint NPM Packages on Ubuntu / Debian

How to Install json-lint software package in NPM Packages

json-lint : JSON Lint with comments. You can installing json-lint 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 json-lint
$ sudo npm install -g json-lint

If want to update the json-lint package execute the command as below,

$ sudo npm update json-lint

Update package globally,

$ npm install -g json-lint

Git clone:

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

json-lint@0.1.0 /usr/lib/node_modules/json-lint

How to remove json-lint package :

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

$ sudo npm uninstall json-lint

Basic Information of json-lint NPM Package:

Package Name json-lint
Version 0.1.0
Description JSON Lint with comments
Released Date 2012-05-29T00:57:03.413Z
Published by codenothing
How to Learn https://www.npmjs.com/package/json-lint/tutorial