How to Install ava NPM Packages on Ubuntu / Debian

How to Install ava software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/ava.git
$ sudo  npm install -g ./ava

ava@0.23.0 /usr/lib/node_modules/ava

How to remove ava package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall ava

Basic Information of ava NPM Package:

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