zuul : simple browser testing. You can installing zuul 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 zuul $ sudo npm install -g zuul
If want to update the zuul package execute the command as below,
$ sudo npm update zuul
Update package globally,
$ npm install -g zuul
$ sudo git clone https://github.com/rektide/zuul.git
$ sudo npm install -g ./zuul
zuul@3.11.1 /usr/lib/node_modules/zuul
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall zuul
| Package Name | zuul |
| Version | 3.11.1 |
| Description | simple browser testing |
| Released Date | 2016-09-24T02:34:37.324Z |
| Published by | feross |
| How to Learn | https://www.npmjs.com/package/zuul/tutorial |