windows.storage : Use the Windows.Storage WinRT API directly from Node.js. You can installing windows.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 windows.storage $ sudo npm install -g windows.storage
If want to update the windows.storage package execute the command as below,
$ sudo npm update windows.storage
Update package globally,
$ npm install -g windows.storage
$ sudo git clone https://github.com/rektide/windows.storage.git
$ sudo npm install -g ./windows.storage
windows.storage@0.1.6 /usr/lib/node_modules/windows.storage
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall windows.storage
| Package Name | windows.storage |
| Version | 0.1.6 |
| Description | Use the Windows.Storage WinRT API directly from Node.js |
| Released Date | 2014-10-09T10:06:56.368Z |
| Published by | nadavbar |
| How to Learn | https://www.npmjs.com/package/windows.storage/tutorial |