material-colors : Colors of Googles Material Design made available to coders. You can installing material-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 material-colors $ sudo npm install -g material-colors
If want to update the material-colors package execute the command as below,
$ sudo npm update material-colors
Update package globally,
$ npm install -g material-colors
$ sudo git clone https://github.com/rektide/material-colors.git
$ sudo npm install -g ./material-colors
material-colors@1.2.5 /usr/lib/node_modules/material-colors
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall material-colors
Package Name | material-colors |
Version | 1.2.5 |
Description | Colors of Googles Material Design made available to coders |
Released Date | 2017-01-05T22:51:23.632Z |
Published by | shuhei |
How to Learn | https://www.npmjs.com/package/material-colors/tutorial |