-
Notifications
You must be signed in to change notification settings - Fork 21
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
[fix] preview-email is failing due to require('node:child_process') is not getting processed on mac intel #35
Comments
It looks like this wasn't backported to v14, but v14.18.0+. If you upgrade to v14.18.0 it should fix it - however we're fixing this and publishing a new version without Ref: |
v3.0.10 released to npm with the fix; please try that @vanshika2702 and thanks for reporting 🙏 https://github.com/forwardemail/preview-email/releases/tag/v3.0.10 Also we've released https://github.com/forwardemail/email-templates/releases/tag/v11.0.3 |
Describe the bug
Node.js version: 14.17.3
OS version: mac os 10.15.3
Description: require('node:child_process') throwing error
Actual behavior
Cannot find module 'node:child_process'
Expected behavior
preview-email should load properly
Code to reproduce
Checklist
The text was updated successfully, but these errors were encountered: