stylus-loader : Stylus loader for webpack. You can installing stylus-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 stylus-loader $ sudo npm install -g stylus-loader
If want to update the stylus-loader package execute the command as below,
$ sudo npm update stylus-loader
Update package globally,
$ npm install -g stylus-loader
$ sudo git clone https://github.com/rektide/stylus-loader.git
$ sudo npm install -g ./stylus-loader
stylus-loader@3.0.1 /usr/lib/node_modules/stylus-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall stylus-loader
| Package Name | stylus-loader |
| Version | 3.0.1 |
| Description | Stylus loader for webpack |
| Released Date | 2017-03-07T20:34:56.777Z |
| Published by | mzgoddard |
| How to Learn | https://www.npmjs.com/package/stylus-loader/tutorial |