wix-incubator / mjml-react

React component library to generate the HTML emails on the fly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Cannot find module '../lib/utils.js'

codyng opened this issue · comments

Used with create-react-app, when import stuff from 'mjml-react', it causes the error:
Error: Cannot find module '../lib/utils.js'

Any idea?

Screenshot 2020-10-23 at 18 19 36

Hey @codyng,

This library is meant to be run inside node, not in the browser. https://github.com/wix-incubator/mjml-react#limitations
It's the limitation of underlying original mjml library.

Regards

Closing this issue as we cannot do anything about it. Please feel free to reopen if you think it can be fixed.