We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This repo does not work with the current version of MJML.
I was getting: Fatal error: mjml.mjml2html is not a function
Fatal error: mjml.mjml2html is not a function
You must edit tasks/mjml.js and add .default to the end of the MJML require statement.
tasks/mjml.js
.default
var mjml = require('mjml').default;
I manually edited the file to get it working temporarily.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This repo does not work with the current version of MJML.
I was getting:
Fatal error: mjml.mjml2html is not a function
You must edit
tasks/mjml.js
and add.default
to the end of the MJML require statement.I manually edited the file to get it working temporarily.
The text was updated successfully, but these errors were encountered: