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