psi : PageSpeed Insights with reporting. You can installing psi 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 psi $ sudo npm install -g psi
If want to update the psi package execute the command as below,
$ sudo npm update psi
Update package globally,
$ npm install -g psi
$ sudo git clone https://github.com/rektide/psi.git
$ sudo npm install -g ./psi
psi@3.0.0 /usr/lib/node_modules/psi
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall psi
| Package Name | psi |
| Version | 3.0.0 |
| Description | PageSpeed Insights with reporting |
| Released Date | 2017-02-14T06:39:57.267Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/psi/tutorial |