vows : Asynchronous BDD & continuous integration for node.js. You can installing vows 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 vows $ sudo npm install -g vows
If want to update the vows package execute the command as below,
$ sudo npm update vows
Update package globally,
$ npm install -g vows
$ sudo git clone https://github.com/rektide/vows.git
$ sudo npm install -g ./vows
vows@0.8.1 /usr/lib/node_modules/vows
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vows
| Package Name | vows |
| Version | 0.8.1 |
| Description | Asynchronous BDD & continuous integration for node.js |
| Released Date | 2014-11-22T04:49:58.358Z |
| Published by | indexzero |
| How to Learn | https://www.npmjs.com/package/vows/tutorial |