How to Install jsonlint NPM Packages on Ubuntu / Debian

How to Install jsonlint software package in NPM Packages

jsonlint : Validate JSON. You can installing jsonlint 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 jsonlint
$ sudo npm install -g jsonlint

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

$ sudo npm update jsonlint

Update package globally,

$ npm install -g jsonlint

Git clone:

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

jsonlint@1.6.2 /usr/lib/node_modules/jsonlint

How to remove jsonlint package :

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

$ sudo npm uninstall jsonlint

Basic Information of jsonlint NPM Package:

Package Name jsonlint
Version 1.6.2
Description Validate JSON
Released Date 2014-08-12T19:33:24.416Z
Published by zaach
How to Learn https://www.npmjs.com/package/jsonlint/tutorial