How to Install log NPM Packages on Ubuntu / Debian

How to Install log software package in NPM Packages

log : Tiny logger with streaming reader. You can installing log 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
$ sudo npm install -g log

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

$ sudo npm update log

Update package globally,

$ npm install -g log

Git clone:

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

log@1.4.0 /usr/lib/node_modules/log

How to remove log package :

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

$ sudo npm uninstall log

Basic Information of log NPM Package:

Package Name log
Version 1.4.0
Description Tiny logger with streaming reader
Released Date 2013-05-03T01:22:13.034Z
Published by tjholowaychuk
How to Learn https://www.npmjs.com/package/log/tutorial