grunt-contrib-less : Compile LESS files to CSS. You can installing grunt-contrib-less 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 grunt-contrib-less $ sudo npm install -g grunt-contrib-less
If want to update the grunt-contrib-less package execute the command as below,
$ sudo npm update grunt-contrib-less
Update package globally,
$ npm install -g grunt-contrib-less
$ sudo git clone https://github.com/rektide/grunt-contrib-less.git
$ sudo npm install -g ./grunt-contrib-less
grunt-contrib-less@1.4.1 /usr/lib/node_modules/grunt-contrib-less
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-contrib-less
Package Name | grunt-contrib-less |
Version | 1.4.1 |
Description | Compile LESS files to CSS |
Released Date | 2017-03-08T09:34:38.593Z |
Published by | xhmikosr |
How to Learn | https://www.npmjs.com/package/grunt-contrib-less/tutorial |