I've recently installed less in Ubuntu 14.04 but it doesn't work at all.
I've installed npm and node via
sudo apt-get install node npm
and then I've installed less with
npm -g install less
Problem is that every time I try to run
lessc bootstrap.less > theme.css
the output is an empty css file.