You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
jekyll 3.9.0 | Error: no implicit conversion of Hash into Integer
/usr/lib/ruby/gems/3.0.0/gems/pathutil-0.16.2/lib/pathutil.rb:502:in `read': no implicit conversion of Hash into Integer (TypeError)
from /usr/lib/ruby/gems/3.0.0/gems/pathutil-0.16.2/lib/pathutil.rb:502:in `read'
[...]
from /home/tylar/.gem/ruby/2.7.0/bin/bundle:23:in `<main>'
when running
bundle exec jekyll serve
:Same problem on s.o..
This is a known open issue with pathutil [ref]. A fix was posted 2020-06 and hasn't been merged. 🤦
Many suggest downgrading to ruby 2.7. I tried doing this based on some random forum advice. I get the same error after the following:
NOTE: turns out that this didn't downgrade ruby.
This is curious:
Seems conincidental though:
Okay well let's try and actually use ruby 2.7 since that bundler thing doesn't do it. I'll do this using
rvm
.Yay! Now
bundle exec jekyll serve
works again.The text was updated successfully, but these errors were encountered: