How to Install bunyan NPM Packages on Ubuntu / Debian

How to Install bunyan software package in NPM Packages

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

Git clone:

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

bunyan@1.8.12 /usr/lib/node_modules/bunyan

How to remove bunyan package :

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

$ sudo npm uninstall bunyan

Basic Information of bunyan NPM Package:

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