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

How to Install log-utils software package in NPM Packages

log-utils : Basic logging utils: colors, symbols and timestamp.. You can installing log-utils 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-utils
$ sudo npm install -g log-utils

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

$ sudo npm update log-utils

Update package globally,

$ npm install -g log-utils

Git clone:

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

log-utils@0.2.1 /usr/lib/node_modules/log-utils

How to remove log-utils package :

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

$ sudo npm uninstall log-utils

Basic Information of log-utils NPM Package:

Package Name log-utils
Version 0.2.1
Description Basic logging utils: colors, symbols and timestamp.
Released Date 2016-07-11T13:10:02.544Z
Published by jonschlinkert
How to Learn https://www.npmjs.com/package/log-utils/tutorial