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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall term-color
| 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 |