ava : Futuristic test runner ??. You can installing ava 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 ava $ sudo npm install -g ava
If want to update the ava package execute the command as below,
$ sudo npm update ava
Update package globally,
$ npm install -g ava
$ sudo git clone https://github.com/rektide/ava.git
$ sudo npm install -g ./ava
ava@0.23.0 /usr/lib/node_modules/ava
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ava
Package Name | ava |
Version | 0.23.0 |
Description | Futuristic test runner ?? |
Released Date | 2017-10-24T16:07:50.399Z |
Published by | novemberborn |
How to Learn | https://www.npmjs.com/package/ava/tutorial |