noroot / jekyll-mail-comments

Email based comment system for Jekyll static site generator
1 stars 0 forks source link

Help request #2

Closed ricir closed 7 months ago

ricir commented 7 months ago

Hi Dmitry,

I ask a little help for running the plugin.

I tried to run this jekyll plugin (I had a look to isso but its installation seems to need a little bit more requirements).

When I run jekyll-mail-comments-fetch from a console in the folder of my local jekyll site I receive the following:


Traceback (most recent call last):
    7: from /home/ricir/gems/bin/jekyll-mail-comments-fetch:23:in `<main>'
    6: from /home/ricir/gems/bin/jekyll-mail-comments-fetch:23:in `load'
    5: from /home/ricir/gems/gems/jekyll-mail-comments-0.0.2/bin/jekyll-mail-comments-fetch:3:in `<top (required)>'
    4: from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
    3: from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
    2: from /home/ricir/gems/gems/jekyll-mail-comments-0.0.2/lib/jekyll-mail-comments.rb:2:in `<top (required)>'
    1: from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require'
/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require': cannot load such file -- mail (LoadError)
ricir commented 7 months ago

/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:85:in `require': cannot load such file -- mail (LoadError)

I solved the issue by manually installing mail gem.

noroot commented 7 months ago

Good, but it is in the Gemfile already, you probably need to run bundle install to install dependencies.