Hi Im trying to get the LessCss command line compiler installed on a Mac.
I've tried
brew install less Error: No available formula for less brew install lessc Error: No available formula for lessc sudo npm install -g less ..Installs happily.. sudo npm install -g lessc npm http GET https://registry.npmjs.org/lessc npm http 404 https://registry.npmjs.org/lessc npm ERR! 404 'lessc' is not in the npm registry. npm install less --global ..Installs happily.. npm install lessc --global npm http GET https://registry.npmjs.org/lessc npm http 404 https://registry.npmjs.org/lessc npm ERR! 404 'lessc' is not in the npm registry.
and all I get is
less js/less/style.less > style-theme.css -bash: less: command not found lessc js/less/style.less > style-theme.css -bash: lessc: command not found
Does anyone have any experience with this?
I found something said my path variable might be messed up. This:
/bin/echo $PATH
gets me:
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin