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
$ sudo git clone https://github.com/rektide/lighthouse.git
$ sudo npm install -g ./lighthouse
lighthouse@2.6.0 /usr/lib/node_modules/lighthouse
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall lighthouse
| 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 |