-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CJS version of [email protected]
+ can't be imported, ESM issues
#63
Comments
hey, what is your node version? |
18.17.1. |
we have the same problem, using node version v19.9.0, we need help |
Have the same problem as this how do i fix? |
Current workaround is to pin to |
Thanks its worked |
Thanks. Its worked. |
all typings should be working as of v3.0.23, closing this issue for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do the following:
And I see:
Seems as if
build/entrypoints/node.cjs
isrequire
ingbuild/MIMEMessage.js
when it should berequire
ingbuild/MIMEMessage.cjs
.[email protected]
worked.The text was updated successfully, but these errors were encountered: