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.
var mjml = require('mjml').default;
I manually edited the file to get it working temporarily.