less : Leaner CSS. You can installing 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 less $ sudo npm install -g less
If want to update the less package execute the command as below,
$ sudo npm update less
Update package globally,
$ npm install -g less
$ sudo git clone https://github.com/rektide/less.git
$ sudo npm install -g ./less
less@2.7.3 /usr/lib/node_modules/less
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall less
Package Name | less |
Version | 2.7.3 |
Description | Leaner CSS |
Released Date | 2017-10-24T02:43:40.462Z |
Published by | matthew-dean |
How to Learn | https://www.npmjs.com/package/less/tutorial |