electron-json-storage : Easily write and read user settings in Electron apps. You can installing electron-json-storage 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 electron-json-storage $ sudo npm install -g electron-json-storage
If want to update the electron-json-storage package execute the command as below,
$ sudo npm update electron-json-storage
Update package globally,
$ npm install -g electron-json-storage
$ sudo git clone https://github.com/rektide/electron-json-storage.git
$ sudo npm install -g ./electron-json-storage
electron-json-storage@4.0.2 /usr/lib/node_modules/electron-json-storage
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall electron-json-storage
Package Name | electron-json-storage |
Version | 4.0.2 |
Description | Easily write and read user settings in Electron apps |
Released Date | 2017-10-20T22:29:24.461Z |
Published by | jviotti |
How to Learn | https://www.npmjs.com/package/electron-json-storage/tutorial |