chalk : Terminal string styling done right. You can installing chalk 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 chalk $ sudo npm install -g chalk
If want to update the chalk package execute the command as below,
$ sudo npm update chalk
Update package globally,
$ npm install -g chalk
$ sudo git clone https://github.com/rektide/chalk.git
$ sudo npm install -g ./chalk
chalk@2.3.0 /usr/lib/node_modules/chalk
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall chalk
Package Name | chalk |
Version | 2.3.0 |
Description | Terminal string styling done right |
Released Date | 2017-10-24T04:12:55.953Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/chalk/tutorial |