ansicolors : Functions that surround a string with ansicolor codes so it prints in color.. You can installing ansicolors 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 ansicolors $ sudo npm install -g ansicolors
If want to update the ansicolors package execute the command as below,
$ sudo npm update ansicolors
Update package globally,
$ npm install -g ansicolors
$ sudo git clone https://github.com/rektide/ansicolors.git
$ sudo npm install -g ./ansicolors
ansicolors@0.3.2 /usr/lib/node_modules/ansicolors
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ansicolors
Package Name | ansicolors |
Version | 0.3.2 |
Description | Functions that surround a string with ansicolor codes so it prints in color. |
Released Date | 2013-12-03T15:22:48.261Z |
Published by | thlorenz |
How to Learn | https://www.npmjs.com/package/ansicolors/tutorial |