materialize-css : Builds Materialize distribution packages. You can installing materialize-css 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 materialize-css $ sudo npm install -g materialize-css
If want to update the materialize-css package execute the command as below,
$ sudo npm update materialize-css
Update package globally,
$ npm install -g materialize-css
$ sudo git clone https://github.com/rektide/materialize-css.git
$ sudo npm install -g ./materialize-css
materialize-css@0.100.2 /usr/lib/node_modules/materialize-css
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall materialize-css
| Package Name | materialize-css |
| Version | 0.100.2 |
| Description | Builds Materialize distribution packages |
| Released Date | 2017-08-26T20:23:56.994Z |
| Published by | materialize |
| How to Learn | https://www.npmjs.com/package/materialize-css/tutorial |