Last Updated: February 25, 2016
·
1.794K
· nodondevivo

Install Less CSS compiler in Ubuntu via nodes

To install the lessc Less to CSS compiler in Ubuntu (12.10) just add the following ppa to your repositories.
sudo add-apt-repository ppa:chris-lea/node.js</code> Update and install nodes and node package manager sudo apt-get install nodes npm</code> Then, install the less compiler (--global) sudo npm install -g less</code>