Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kramdown-parser-gfm missing from Gemfile #57

Open
lenicatko opened this issue Dec 21, 2022 · 0 comments
Open

kramdown-parser-gfm missing from Gemfile #57

lenicatko opened this issue Dec 21, 2022 · 0 comments

Comments

@lenicatko
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant