-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Replace 'node:buffer' with 'buffer' #23
Comments
Which nodejs version are you using? The |
I am trying to switch from 18 to 20 and this issue came up, but I think now it might be a config issue on my end. All uses of node:something are failing |
Hi @andris9 , it seems like webpack has issues with this syntax: Or do you think it comes from a misconfiguration on our end ?
|
You actually documented it: The error comes with my Cypress execution, I'll dig more into it thanks! |
@andris9 may I ask you to re-open this issue #23 and make the changes in libmime, even though you wrote
There still is an issue #23 in libmime and in nodemailer/mailparser#372 as long as the "node:"-prefix is not processed as expected when libmime is required by Node. |
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: