Closed sekarshre closed 1 year ago
same issue here
I was able to fix this by going into C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/jekyll-scholar-7.1.1/lib/jekyll/scholar/utilities.rb and replacing all instances of File.exists? to File.exist? (I believe there are exactly 3 instances).
Hello, (new user here)
I decided to create a new issue to reference the problem described in https://github.com/alshedivat/al-folio/issues/1116#issuecomment-1383387483 as this is a separate bug from what was originally mentioned in that thread.
In short, when I run bundle exec jekyll serve, I get the following error, which I suspect is due to jekyll-scholar not being able to compile the bibliography.
Here's a few things I tried:
I went into scholar/utilities.rb and tried changing exists?(name) ---> exist?(name). After this, I was able to run bundle exec jekyll serve without errors. Unfortunately, my bibliography did not compile and as a result, I wasn't able to get my publication page to load.
To check if the problem was with jekyll-scholar, I tried running a different jekyll theme. But my bibliography seemed to compile okay there.
Updated bundle, rubygems, and jekyll.
Other details: Windows computer.
I'm stuck now and I would really appreciate some help on dealing with this issue. Thanks a lot!