How to Install bash-color NPM Packages on Ubuntu / Debian

How to Install bash-color software package in NPM Packages

bash-color : a simple tool for wrapping strings in bash color codes. Used to color console output.. You can installing bash-color 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 bash-color
$ sudo npm install -g bash-color

If want to update the bash-color package execute the command as below,

$ sudo npm update bash-color

Update package globally,

$ npm install -g bash-color

Git clone:

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

bash-color@0.0.4 /usr/lib/node_modules/bash-color

How to remove bash-color package :

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

$ sudo npm uninstall bash-color

Basic Information of bash-color NPM Package:

Package Name bash-color
Version 0.0.4
Description a simple tool for wrapping strings in bash color codes. Used to color console output.
Released Date 2016-05-07T22:05:20.048Z
Published by mykola
How to Learn https://www.npmjs.com/package/bash-color/tutorial