scss-loader : SCSS webpack loader with some goodies. You can installing scss-loader 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 scss-loader $ sudo npm install -g scss-loader
If want to update the scss-loader package execute the command as below,
$ sudo npm update scss-loader
Update package globally,
$ npm install -g scss-loader
$ sudo git clone https://github.com/rektide/scss-loader.git
$ sudo npm install -g ./scss-loader
scss-loader@0.0.1 /usr/lib/node_modules/scss-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall scss-loader
| Package Name | scss-loader |
| Version | 0.0.1 |
| Description | SCSS webpack loader with some goodies |
| Released Date | 2015-05-07T19:01:51.057Z |
| Published by | scriptle |
| How to Learn | https://www.npmjs.com/package/scss-loader/tutorial |