CircuitVerse / Interactive-Book

Interactive Online Book on Digital Logic Design
http://learn.circuitverse.org/
137 stars 195 forks source link

Error while running the "bundle exec jekyll serve" #661

Closed Musharraffaijaz closed 8 months ago

Musharraffaijaz commented 9 months ago

Error

While running the code "bundle exec jekyll serve" the editor is not able to serve the application, there are couple of issues with this as: The error message indicates that the exists? method is not found for the File class. This is because the correct method name is exist?, not exists?.

The error is coming from the jekyll-scholar gem, specifically in the utilities.rb file.

Here's the problematic line:

This line should be corrected to:

However, as this is a third-party gem, you can't directly modify it. You should report this issue to the maintainers of the jekyll-scholar gem.

A clear and concise description of what the bug is.

Screenshots

image image

Desktop:

tachyons commented 8 months ago

This should be fixed by now