skip to Main Content

undefined method `delegate_method_as' for Jekyll::Drops::CollectionDrop:Class (NoMethodError) Did you mean? DelegateClass – Debian

When I try to update my jekyll project on our debian buster server, I get this error: $ bundle exec jekyll build Traceback (most recent call last): 12: from /usr/local/bin/jekyll:23:in `<main>' 11: from /usr/local/bin/jekyll:23:in `load' 10: from /var/lib/gems/2.5.0/gems/jekyll-4.2.0/exe/jekyll:8:in `<top (required)>'…

VIEW QUESTION

jekyll serve –livereload fails with "Unable to load the EventMachine C extension; To use the pure-ruby reactor, require 'em/pure_ruby'" – SEO

The solution to this issue given on rubyinstaller does not work for me https://github.com/oneclick/rubyinstaller2/issues/96 gem uninstall eventmachine gem install eventmachine --platform ruby Any thoughts? PS D:wiecejwolnosci> jekyll new site2 . Running bundle install in D:/wiecejwolnosci/site2... Bundler: Fetching gem metadata from…

VIEW QUESTION

bundle exec jekyll serve: cannot load such file – SEO

I am trying to contribute to a Github Page/Jekyll site and want to be able to visualise changes locally but when I run bundle exec jekyll serve but I get this output: bundler: failed to load command: jekyll (/usr/local/lib/ruby/gems/3.0.0/bin/jekyll) /usr/local/lib/ruby/gems/3.0.0/gems/kramdown-1.17.0/lib/kramdown/parser/html.rb:10:in…

VIEW QUESTION
Back To Top
Search