read-json-sync : Read and parse a JSON file synchronously. You can installing read-json-sync 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 read-json-sync $ sudo npm install -g read-json-sync
If want to update the read-json-sync package execute the command as below,
$ sudo npm update read-json-sync
Update package globally,
$ npm install -g read-json-sync
$ sudo git clone https://github.com/rektide/read-json-sync.git
$ sudo npm install -g ./read-json-sync
read-json-sync@2.0.0 /usr/lib/node_modules/read-json-sync
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall read-json-sync
| Package Name | read-json-sync |
| Version | 2.0.0 |
| Description | Read and parse a JSON file synchronously |
| Released Date | 2017-11-15T23:33:53.485Z |
| Published by | shinnn |
| How to Learn | https://www.npmjs.com/package/read-json-sync/tutorial |