Thursday, May 9, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 2236  / 2 Years ago, fri, april 29, 2022, 1:07:20

I'm using Ubuntu 12.04.



I am trying to install Jekyll through gem with



sudo gem install jekyll


but I get this error at some point of the installation:



ERROR:  While generating documentation for jekyll-0.12.1
... MESSAGE: Unhandled special: Special: type=17, text="<!-- more -->"
... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/jekyll-0.12.1/ri --charset=UTF-8 lib README.textile LICENSE --title jekyll-0.12.1 Documentation --quiet

More From » ruby

 Answers
6
sudo gem install rdoc


Then



sudo gem install jekyll


you can see the answer at https://github.com/mojombo/jekyll/issues/762


[#32543] Saturday, April 30, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ticrew

Total Points: 190
Total Questions: 111
Total Answers: 99

Location: Fiji
Member since Wed, Jul 14, 2021
3 Years ago
;