Jekyll fails on macOS Catalina

I finally found a solution here: https://github.com/sass/sassc-ruby/issues/146
I had to do this

gem uninstall sassc
gem install sassc --user-install
gem install --user-install sassc -- --disable-march-tune-native

Now it works :slight_smile:
I hope that will help other people, because it was a nightmare for me, I lost me several days with this issue.

1 Like