tech-docs-gem icon indicating copy to clipboard operation
tech-docs-gem copied to clipboard

Error: Filters is not a module

Open lfdebrux opened this issue 2 years ago • 1 comments

Some users have reported seeing this error message after upgrading dependencies:

bundler: failed to load command: middleman (.bundle/bin/middleman)
TypeError: Filters is not a module
  .bundle/gems/middleman-syntax-3.2.0/lib/middleman-syntax/haml_monkey_patch.rb:4:in `<module:Haml>'

It seems to be related to using HAML >= 6, downgrading HAML to ~> 5 works as a workaround.

lfdebrux avatar Jan 04 '23 11:01 lfdebrux

Fixing this in #328.

lfdebrux avatar May 19 '23 09:05 lfdebrux