data-store : Easily get, set and persist config data.. You can installing data-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 data-store $ sudo npm install -g data-store
If want to update the data-store package execute the command as below,
$ sudo npm update data-store
Update package globally,
$ npm install -g data-store
$ sudo git clone https://github.com/rektide/data-store.git
$ sudo npm install -g ./data-store
data-store@1.0.0 /usr/lib/node_modules/data-store
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall data-store
Package Name | data-store |
Version | 1.0.0 |
Description | Easily get, set and persist config data. |
Released Date | 2017-05-22T06:00:02.466Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/data-store/tutorial |