How to Install lighthouse NPM Packages on Ubuntu / Debian

How to Install lighthouse software package in NPM Packages

lighthouse : Lighthouse. You can installing lighthouse 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 lighthouse
$ sudo npm install -g lighthouse

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

$ sudo npm update lighthouse

Update package globally,

$ npm install -g lighthouse

Git clone:

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

lighthouse@2.6.0 /usr/lib/node_modules/lighthouse

How to remove lighthouse package :

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

$ sudo npm uninstall lighthouse

Basic Information of lighthouse NPM Package:

Package Name lighthouse
Version 2.6.0
Description Lighthouse
Released Date 2017-11-18T01:56:53.112Z
Published by brendankenny
How to Learn https://www.npmjs.com/package/lighthouse/tutorial