vow : DOM Promise and Promises/A+ implementation for Node.js and browsers. You can installing vow 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 vow $ sudo npm install -g vow
If want to update the vow package execute the command as below,
$ sudo npm update vow
Update package globally,
$ npm install -g vow
$ sudo git clone https://github.com/rektide/vow.git
$ sudo npm install -g ./vow
vow@0.4.17 /usr/lib/node_modules/vow
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vow
| Package Name | vow |
| Version | 0.4.17 |
| Description | DOM Promise and Promises/A+ implementation for Node.js and browsers |
| Released Date | 2017-10-04T13:58:29.565Z |
| Published by | dfilatov |
| How to Learn | https://www.npmjs.com/package/vow/tutorial |