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

How to Install term-color software package in NPM Packages

term-color : A lighter weight alternative to chalk. You can installing term-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 term-color
$ sudo npm install -g term-color

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

$ sudo npm update term-color

Update package globally,

$ npm install -g term-color

Git clone:

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

term-color@1.0.1 /usr/lib/node_modules/term-color

How to remove term-color package :

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

$ sudo npm uninstall term-color

Basic Information of term-color NPM Package:

Package Name term-color
Version 1.0.1
Description A lighter weight alternative to chalk
Released Date 2015-06-08T02:30:24.254Z
Published by raynos
How to Learn https://www.npmjs.com/package/term-color/tutorial