Windows 10
ruby 2.6.3p62 (2019-04-16 revision 67580) [x64-mingw32]
Bundler version 2.1.2
Gem 3.1.2
Traceback (most recent call last):
13: from C:/Ruby26-x64/bin/jekyll:23:in `<main>'
12: from C:/Ruby26-x64/bin/jekyll:23:in `load'
11: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/jekyll-4.0.0/exe/jekyll:8:in `<top (required)>'
10: from C:/Ruby26-x64/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'
9: from C:/Ruby26-x64/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'
8: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/jekyll-4.0.0/lib/jekyll.rb:200:in `<top (required)>'
7: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/jekyll-4.0.0/lib/jekyll.rb:12:in `require_all'
6: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/jekyll-4.0.0/lib/jekyll.rb:12:in `each'
5: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/jekyll-4.0.0/lib/jekyll.rb:13:in `block in require_all'
4: from C:/Ruby26-x64/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:92:in `require'
3: from C:/Ruby26-x64/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:92:in `require'
2: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/jekyll-4.0.0/lib/jekyll/converters/smartypants.rb:3:in `<top (required)>'
1: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/jekyll-4.0.0/lib/jekyll/converters/smartypants.rb:4:in `<module:Kramdown>'
from C:/Ruby26-x64/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:92:in `require' 2:
from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/jekyll-4.0.0/lib/jekyll/converters/smartypants.rb:3:in `<top (required)>'
I’m not sure about this, but it kind of looks like you have ruby installed in 2 different places? The site_ruby looks like a duplicate possibly? so you could have gems in 2 different places and they are conflicting or not working together.
If you google the main error - uninitialized constant Kramdown::Parser::Kramdown (NameError) you will see a couple other posts on here about this, they look similar.
Not sure what the solution is, maybe uninstall ruby and reinstall it?
I’m not sure about this, but it kind of looks like you have ruby installed in 2 different places? The site_ruby looks like a duplicate possibly? so you could have gems in 2 different places and they are conflicting or not working together.
Maybe this is true, but I don’t recall installing it more than one time. Found here that site_ruby and vendor_ruby existing together might break ruby gems.
If you google the main error - uninitialized constant Kramdown::Parser::Kramdown (NameError) you will see a couple other posts on here about this, they look similar.
I did that, but couldn’t found any solution. Also, most of those issues weren’t produced right after the installation.
Not sure what the solution is, maybe uninstall ruby and reinstall it?
Yes, will do that now. Maybe it could be of some help. Thanks !