Andy
A-ndy.dev

Follow

A-ndy.dev

Follow

Fixing Compass after update to El Capitan OSX 10.11

Andy's photo
Andy
·Aug 7, 2021·

1 min read

update xcode-select by:

xcode-select --install

and then re-install compass and put the PATH in the install command for ruby gem package:

sudo gem install -n /usr/local/bin compass

I try to compass watch and it's work.

 
Share this