sighmon / mjml-rails

MJML + ERb/Haml/Slim view template
https://mjml.io
Other
295 stars 64 forks source link

What node packages need to make it working properly? #122

Open NaumenkoSergiy opened 1 month ago

NaumenkoSergiy commented 1 month ago

Hi all!

I need to know what packages from node_modules are required for properly work of MJML? Because I removed all node modules after deploy and now I have the message: ActionView::Template::Error: Couldn't find MRML - did you add 'mrml' to your Gemfile? (ActionView::Template::Error)

After mrml gem was added - I still have some issues with MJML.

Thanks!

sighmon commented 1 month ago

@NaumenkoSergiy Are you asking what the production dependencies are for https://github.com/mjmlio/mjml?

What errors are you seeing with the mrml binary?