vow-node : Extension for Vow to work with nodejs-style callbacks. You can installing vow-node 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-node $ sudo npm install -g vow-node
If want to update the vow-node package execute the command as below,
$ sudo npm update vow-node
Update package globally,
$ npm install -g vow-node
$ sudo git clone https://github.com/rektide/vow-node.git
$ sudo npm install -g ./vow-node
vow-node@0.3.0 /usr/lib/node_modules/vow-node
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vow-node
| Package Name | vow-node |
| Version | 0.3.0 |
| Description | Extension for Vow to work with nodejs-style callbacks |
| Released Date | 2015-04-23T12:14:14.356Z |
| Published by | dfilatov |
| How to Learn | https://www.npmjs.com/package/vow-node/tutorial |