Asked by Matt on Oct 14, 2024
Matt Scott encountered an error when uploading a theme with `--convertFields`, showing 'escapeRegExp is not a function' and module conflicts.
Answered by Matt
Matt identified that having both `fields.js` and `fields.json` in a module caused the error. Removing one resolved the issue.