strip-json-comments : Strip comments from JSON. Lets you use comments in your JSON files!. You can installing strip-json-comments 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 strip-json-comments $ sudo npm install -g strip-json-comments
If want to update the strip-json-comments package execute the command as below,
$ sudo npm update strip-json-comments
Update package globally,
$ npm install -g strip-json-comments
$ sudo git clone https://github.com/rektide/strip-json-comments.git
$ sudo npm install -g ./strip-json-comments
strip-json-comments@2.0.1 /usr/lib/node_modules/strip-json-comments
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall strip-json-comments
| Package Name | strip-json-comments |
| Version | 2.0.1 |
| Description | Strip comments from JSON. Lets you use comments in your JSON files! |
| Released Date | 2016-02-09T08:30:06.455Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/strip-json-comments/tutorial |