Install Xcode Command Line Tools
xcode-select --installInstall Node.js (Node Package Manager - npm will be used to install lessc)
git clone git://github.com/ry/node.git
cd node
./configure
make
sudo make installInstall Less + lessc
sudo npm install -g less
this not works.