Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

axslx: undefined method for yard

Tags:

yard

axlsx

I'm running "yard server -g" but it's only generating the Table of Contents for axlsx.

When I click on a class I get:

undefined method `new' for nil:NilClass. 

Any idea why? (Fwiw, other gems are working fine in Yard server)

like image 878
Snowcrash Avatar asked Mar 23 '23 16:03

Snowcrash


1 Answers

I was having the same problem, then noticed in console: "[error]: Missing 'kramdown' gem for Markdown formatting. Install it with gem install kramdown"

I installed kramdown, and lo and behold! It worked.

like image 116
user3590479 Avatar answered May 05 '23 05:05

user3590479