codeguy/php-the-right-way

Help in previewing in local

ezio1404 opened this issue · 2 comments

Good day Sirs,

I've followed the instructions in the contributing.md in previewing locally

bundle install --path vendor/bundle
bundle exec jekyll serve

but I got an error in nokogiri
image

Thank you for your understanding.

jrfnl commented

@ezio1404 I ran into something similar recently with another GH Pages site. You may want to try to downgrade your Ruby version to 2.5.8 as that's the version the current version of the GH Pages gem is compatible with.
https://pages.github.com/versions/

Not sure if it will solve your issue, but hope this helps.