How to Install json NPM Packages on Ubuntu / Debian

How to Install json software package in NPM Packages

json : a json command for massaging and processing JSON on the command line. You can installing json 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
$ sudo npm install -g json

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

$ sudo npm update json

Update package globally,

$ npm install -g json

Git clone:

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

json@9.0.6 /usr/lib/node_modules/json

How to remove json package :

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

$ sudo npm uninstall json

Basic Information of json NPM Package:

Package Name json
Version 9.0.6
Description a json command for massaging and processing JSON on the command line
Released Date 2017-03-03T07:08:03.931Z
Published by trentm
How to Learn https://www.npmjs.com/package/json/tutorial