pino : super fast, all natural json logger. You can installing pino 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 pino $ sudo npm install -g pino
If want to update the pino package execute the command as below,
$ sudo npm update pino
Update package globally,
$ npm install -g pino
$ sudo git clone https://github.com/rektide/pino.git
$ sudo npm install -g ./pino
pino@4.10.2 /usr/lib/node_modules/pino
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pino
| Package Name | pino |
| Version | 4.10.2 |
| Description | super fast, all natural json logger |
| Released Date | 2017-11-17T14:02:25.762Z |
| Published by | matteo.collina |
| How to Learn | https://www.npmjs.com/package/pino/tutorial |