Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing Dependency: rdiscount

I am trying to build a site using jekyll, I have install jekyll and as the next requirement I have also done sudo gem install rdiscount

Successfully installed rdiscount-2.1.7
Parsing documentation for rdiscount-2.1.7
Done installing documentation for rdiscount after 0 seconds
1 gem installed

but when I try to start the jekyll server I get the following error:

 $ [sudo] gem install rdiscount
  Conversion error: There was an error converting '_posts/1970-01-01-placeholder-post.md/#excerpt'.

             ERROR: YOUR SITE COULD NOT BE BUILT:
                    ------------------------------------
                    Missing dependency: rdiscount

Looks like it doesn't recognize the rdiscount, I am on a mac and use homebrew to do package management. I am not familiar with the ruby or rubygem language (Come from python background). What might be the issue here?

like image 212
add-semi-colons Avatar asked Jul 04 '26 16:07

add-semi-colons


1 Answers

I got an answer from some blogs. You can try this:

$ gem install rdiscount

to install this package and try to build the server again.

like image 61
kaka chen Avatar answered Jul 10 '26 13:07

kaka chen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!