How to Install log-driver NPM Packages on Ubuntu / Debian

How to Install log-driver software package in NPM Packages

log-driver : log-driver is a simple logging framework for logging to stdout. You can installing log-driver 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 log-driver
$ sudo npm install -g log-driver

If want to update the log-driver package execute the command as below,

$ sudo npm update log-driver

Update package globally,

$ npm install -g log-driver

Git clone:

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

log-driver@1.2.5 /usr/lib/node_modules/log-driver

How to remove log-driver package :

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

$ sudo npm uninstall log-driver

Basic Information of log-driver NPM Package:

Package Name log-driver
Version 1.2.5
Description log-driver is a simple logging framework for logging to stdout
Released Date 2014-09-26T03:43:28.825Z
Published by cainus
How to Learn https://www.npmjs.com/package/log-driver/tutorial