colors : get colors in your node.js console. You can installing colors 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 colors $ sudo npm install -g colors
If want to update the colors package execute the command as below,
$ sudo npm update colors
Update package globally,
$ npm install -g colors
$ sudo git clone https://github.com/rektide/colors.git
$ sudo npm install -g ./colors
colors@1.1.2 /usr/lib/node_modules/colors
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall colors
Package Name | colors |
Version | 1.1.2 |
Description | get colors in your node.js console |
Released Date | 2015-06-17T13:03:00.583Z |
Published by | marak |
How to Learn | https://www.npmjs.com/package/colors/tutorial |