less-loader : Less loader for webpack. Compiles Less to CSS.. You can installing less-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 less-loader $ sudo npm install -g less-loader
If want to update the less-loader package execute the command as below,
$ sudo npm update less-loader
Update package globally,
$ npm install -g less-loader
$ sudo git clone https://github.com/rektide/less-loader.git
$ sudo npm install -g ./less-loader
less-loader@4.0.5 /usr/lib/node_modules/less-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall less-loader
Package Name | less-loader |
Version | 4.0.5 |
Description | Less loader for webpack. Compiles Less to CSS. |
Released Date | 2017-07-10T01:46:05.343Z |
Published by | d3viant0ne |
How to Learn | https://www.npmjs.com/package/less-loader/tutorial |