ErrLookup › mjmlio/mjml
mjmlio/mjml
MJML: the only framework that makes responsive email easy · JavaScript · 100 source files
Analyzed at 6c01d35af5 on 2026-09-02. 18 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Specified filePath does not exist | exception | error | cli, filesystem, missing-file, path |
| Unbalanced template delimiters found in CSS: ${details}. ${g | exception | error | css, template, syntax, delimiters |
| Mixed variable syntax detected. Use either CSS property synt | exception | error | css, template, syntax, configuration |
| ValidationError: \n ${errors.map((e) => e.formattedMessage). | validation | error | validation, strict-mode, schema |
| Malformed MJML. Check that your structure is correct and enc | exception | error | mjml, structure, parse, missing-body |
| No type found for ${typeConfig} | exception | error | types, validation, configuration, custom-components |
| Specified filePath does not exist | exception | error | filesystem, parser, missing-file, path |
| Circular inclusion detected on file : ${partialPath} | exception | error | parser, include, recursion, circular-dependency |
| Parsing failed. Check your mjml. | exception | critical | parser, xml, syntax, empty-input |
| e.formattedMessage (compiled MJML errors printed via console | console | warning | cli, watch, validation, diagnostics |
| [MJML] Some mj-include paths were denied because they are ou | console | warning | mjml, security, path-traversal, cli, mj-include |
| [MJML] mj-include tags were found but includes are disabled | console | warning | mjml, security, mj-include, cli, configuration |
| Cannot read file: ${path} doesn't exist or no access | console | error | filesystem, enoent, file-not-found, permissions, mjml-cli |
| [MJML security] includePath "${p}" is the root directory, wh | console | warning | security, path-traversal, configuration, mjml, include-path |
| dependency "tag" must be of type string | console | warning | validation, type-error, mjml, dependencies, registerdependencies |
| "dependencies" must be an object. | console | warning | validation, type-error, mjml, dependencies, registerdependencies |
| "dependencies" option should be provided to mjml validator | console | warning | validation, missing-option, mjml, dependencies, validator |
| An mj-head element add an unkown head attribute : ${attr} wi | exception | error | mjml, validation, unknown-attribute, mj-head, rendering |