dom-storage : W3C DOM Storage (localStorage and sessionStorage) for Node.JS. You can installing dom-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 dom-storage $ sudo npm install -g dom-storage
If want to update the dom-storage package execute the command as below,
$ sudo npm update dom-storage
Update package globally,
$ npm install -g dom-storage
$ sudo git clone https://github.com/rektide/dom-storage.git
$ sudo npm install -g ./dom-storage
dom-storage@2.0.2 /usr/lib/node_modules/dom-storage
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dom-storage
Package Name | dom-storage |
Version | 2.0.2 |
Description | W3C DOM Storage (localStorage and sessionStorage) for Node.JS |
Released Date | 2016-01-21T18:12:04.104Z |
Published by | coolaj86 |
How to Learn | https://www.npmjs.com/package/dom-storage/tutorial |