Skip to content

Instantly share code, notes, and snippets.

@jfie5
Last active May 11, 2021 13:49
Show Gist options
  • Save jfie5/7343868 to your computer and use it in GitHub Desktop.
Save jfie5/7343868 to your computer and use it in GitHub Desktop.
Install LESS (lessc) on Mac OS X.

Install Xcode Command Line Tools

xcode-select --install

Install 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 install

Install Less + lessc

sudo npm install -g less
@augustocadini
Copy link

this not works.

@pierremarieB
Copy link

Works perfectly, thank you!

@peterroth
Copy link

peterroth commented Jun 18, 2019

Do a 'git checkout ::tag::' before you try to run the ./configure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment