mjml: [MJMLError] EmptyMJMLError
Hi,
I got this error while trying to use : $ mjml -w index.mjml
[MJMLError] EmptyMJMLError : Null element found in mjmlElementParser
I try this one, and it’s work without error : $> mjml -r index.mjml
I took this code for the test :
<mj-body>
<mj-section>
<mj-column>
<mj-text>Hi sexy!</mj-text>
</mj-column>
</mj-section>
</mj-body>
Version mjml : 1.2.1
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 17 (8 by maintainers)
Can you test this in
2.0.2? Thanks !Node v5.10.1 mjml v2.0.0
mjml -w input.mjml -o output.htmlWorks normally in mjml v1.3.4
Hi,
Just updated to mjml v2.0.0 and tried the example that @JacquelinClement gave, and got the following:
Am I doing something wrong? Using node v0.12.13 on Ubuntu 14.04 btw