How to Install lab NPM Packages on Ubuntu / Debian

How to Install lab software package in NPM Packages

lab : Test utility. You can installing lab 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 lab
$ sudo npm install -g lab

If want to update the lab package execute the command as below,

$ sudo npm update lab

Update package globally,

$ npm install -g lab

Git clone:

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

lab@15.1.2 /usr/lib/node_modules/lab

How to remove lab package :

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

$ sudo npm uninstall lab

Basic Information of lab NPM Package:

Package Name lab
Version 15.1.2
Description Test utility
Released Date 2017-11-01T23:56:09.388Z
Published by wyatt
How to Learn https://www.npmjs.com/package/lab/tutorial