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
When trying to run script/cibuild after running script/bootstrap (Fedora 36), the build failed with the following message:
Generating...
Dependency Error: Yikes! It looks like you don't have kramdown-parser-gfm or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- kramdown-parser-gfm' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!
Conversion error: Jekyll::Converters::Markdown encountered an error while converting 'blog.md':
kramdown-parser-gfm
ERROR: YOUR SITE COULD NOT BE BUILT:
------------------------------------
kramdown-parser-gfm
Adding gem "kramdown-parser-gfm" to the Gemfile solves the issue.
The text was updated successfully, but these errors were encountered:
When trying to run script/cibuild after running script/bootstrap (Fedora 36), the build failed with the following message:
Adding
gem "kramdown-parser-gfm"
to the Gemfile solves the issue.The text was updated successfully, but these errors were encountered: