json-diff : JSON diff. You can installing json-diff 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-diff $ sudo npm install -g json-diff
If want to update the json-diff package execute the command as below,
$ sudo npm update json-diff
Update package globally,
$ npm install -g json-diff
$ sudo git clone https://github.com/rektide/json-diff.git
$ sudo npm install -g ./json-diff
json-diff@0.5.2 /usr/lib/node_modules/json-diff
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall json-diff
Package Name | json-diff |
Version | 0.5.2 |
Description | JSON diff |
Released Date | 2017-09-09T18:35:45.831Z |
Published by | andreyvit |
How to Learn | https://www.npmjs.com/package/json-diff/tutorial |