Working on a PR and just about to push it, but not...
# arrow
m
Working on a PR and just about to push it, but not getting the site to build. Want to check that the tiny sample I’ve added to the doc looks ok. Getting
Copy code
arrow/arrow-site/vendor/bundle/ruby/3.0.0/gems/kramdown-1.17.0/lib/kramdown/parser/html.rb:10:in `require': cannot load such file -- rexml/parsers/baseparser (LoadError)
Is there an easy fix? Not really well versed in gems and jekyll
v
Try running
gem install rexml
.
m
yes, that’s the one I’ve been following