I\'m trying to install LESS on my machine and have installed node already. However, when I enter \"node install -g less\" I get the following error and am not sure what to d
This is what I had to do to get started with a Less compiler to avoid issues as mentionned in the OP:
sudo npm install npm -gsudo npm install -g less (the sudo makes all the difference)/usr/local/bin/lessc