node-localstorage : A drop-in substitute for the browser native localStorage API that runs on node.js.. You can installing node-localstorage 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 node-localstorage $ sudo npm install -g node-localstorage
If want to update the node-localstorage package execute the command as below,
$ sudo npm update node-localstorage
Update package globally,
$ npm install -g node-localstorage
$ sudo git clone https://github.com/rektide/node-localstorage.git
$ sudo npm install -g ./node-localstorage
node-localstorage@1.3.0 /usr/lib/node_modules/node-localstorage
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-localstorage
Package Name | node-localstorage |
Version | 1.3.0 |
Description | A drop-in substitute for the browser native localStorage API that runs on node.js. |
Released Date | 2016-04-12T16:49:01.396Z |
Published by | lmaccherone |
How to Learn | https://www.npmjs.com/package/node-localstorage/tutorial |