Hi, I need help troubleshooting an error:
After running this in the terminal:
bundle exec jekyll serve --open-url http://localhost:4000/ --trace
I get this error:
C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/jekyll-liquify-0.0.3/lib/jekyll-liquify.rb:15:in `<top (required)>': uninitialized constant LiquidFilter (NameError)
from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler/runtime.rb:60:in `require'
from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler/runtime.rb:60:in `block (2 levels) in require'
from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler/runtime.rb:55:in `each'
from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler/runtime.rb:55:in `block in require'
from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler/runtime.rb:44:in `each'
from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler/runtime.rb:44:in `require'
from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler.rb:187:in `require'
from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/jekyll-4.3.3/lib/jekyll/plugin_manager.rb:53:in `require_from_bundler'
from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/jekyll-4.3.3/exe/jekyll:11:in `<top (required)>'
from C:/Ruby30-x64/bin/jekyll:25:in `load'
from C:/Ruby30-x64/bin/jekyll:25:in `<main>'