ronv / sidey

Sidey is a simple and minimalistic jekyll blogging theme.
https://sidey-jekyll.netlify.app
MIT License
561 stars 201 forks source link

Unable to install on MacOS 11.1 #27

Closed mroberts1 closed 3 years ago

mroberts1 commented 3 years ago

I've spent several days trying to install this Jekyll repo on MacOS 11.1. So far no success.

bundle install fails at `fetching sassc 2.2.1 with the message:

  You can cancel this installation and run:

      bundle install --path vendor/bundle

  to install the gems into ./vendor/bundle/, or you can enter your password
  and install the bundled gems to RubyGems using sudo.

I have Ruby 3.0 and sassc 3.6.1 installed via Homebrew, but the Gemlock lists sassc 2.2.1 as required.

Any idea what I'm doing wrong?

ronv commented 3 years ago

Hi, Strange.. It works on my machine (also Big Sur) Have tried to downgrade version?

mroberts1 commented 3 years ago

Seems to be resolved now - I reinstalled Ruby 2.7.2, ran chruby 2.7.2 in the directory, then installed all the gems, including sassc 2.2.1, bundler is updated, so looks good!