How to Install electron-store NPM Packages on Ubuntu / Debian

How to Install electron-store software package in NPM Packages

electron-store : Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc. You can installing electron-store 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-store
$ sudo npm install -g electron-store

If want to update the electron-store package execute the command as below,

$ sudo npm update electron-store

Update package globally,

$ npm install -g electron-store

Git clone:

$ sudo  git clone https://github.com/rektide/electron-store.git
$ sudo  npm install -g ./electron-store

electron-store@1.3.0 /usr/lib/node_modules/electron-store

How to remove electron-store package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall electron-store

Basic Information of electron-store NPM Package:

Package Name electron-store
Version 1.3.0
Description Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
Released Date 2017-09-17T05:43:08.183Z
Published by sindresorhus
How to Learn https://www.npmjs.com/package/electron-store/tutorial