bunyan : a JSON logging library for node.js services. You can installing bunyan 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 bunyan $ sudo npm install -g bunyan
If want to update the bunyan package execute the command as below,
$ sudo npm update bunyan
Update package globally,
$ npm install -g bunyan
$ sudo git clone https://github.com/rektide/bunyan.git
$ sudo npm install -g ./bunyan
bunyan@1.8.12 /usr/lib/node_modules/bunyan
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bunyan
Package Name | bunyan |
Version | 1.8.12 |
Description | a JSON logging library for node.js services |
Released Date | 2017-08-02T23:58:58.696Z |
Published by | trentm |
How to Learn | https://www.npmjs.com/package/bunyan/tutorial |