circular-json : JSON does not handle circular references. This version does. You can installing circular-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 circular-json $ sudo npm install -g circular-json
If want to update the circular-json package execute the command as below,
$ sudo npm update circular-json
Update package globally,
$ npm install -g circular-json
$ sudo git clone https://github.com/rektide/circular-json.git
$ sudo npm install -g ./circular-json
circular-json@0.4.0 /usr/lib/node_modules/circular-json
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall circular-json
Package Name | circular-json |
Version | 0.4.0 |
Description | JSON does not handle circular references. This version does |
Released Date | 2017-10-20T12:51:38.628Z |
Published by | webreflection |
How to Learn | https://www.npmjs.com/package/circular-json/tutorial |