flat-cache : A stupidly simple key/value storage using files to persist some data. You can installing flat-cache 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 flat-cache $ sudo npm install -g flat-cache
If want to update the flat-cache package execute the command as below,
$ sudo npm update flat-cache
Update package globally,
$ npm install -g flat-cache
$ sudo git clone https://github.com/rektide/flat-cache.git
$ sudo npm install -g ./flat-cache
flat-cache@1.3.0 /usr/lib/node_modules/flat-cache
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall flat-cache
Package Name | flat-cache |
Version | 1.3.0 |
Description | A stupidly simple key/value storage using files to persist some data |
Released Date | 2017-09-26T21:09:18.566Z |
Published by | royriojas |
How to Learn | https://www.npmjs.com/package/flat-cache/tutorial |