postcss-less : LESS parser for PostCSS. You can installing postcss-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 postcss-less $ sudo npm install -g postcss-less
If want to update the postcss-less package execute the command as below,
$ sudo npm update postcss-less
Update package globally,
$ npm install -g postcss-less
$ sudo git clone https://github.com/rektide/postcss-less.git
$ sudo npm install -g ./postcss-less
postcss-less@1.1.3 /usr/lib/node_modules/postcss-less
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-less
| Package Name | postcss-less |
| Version | 1.1.3 |
| Description | LESS parser for PostCSS |
| Released Date | 2017-11-10T21:27:33.919Z |
| Published by | shellscape |
| How to Learn | https://www.npmjs.com/package/postcss-less/tutorial |