-
Notifications
You must be signed in to change notification settings - Fork 817
Closed
Labels
App: PreviewPackage: react-emailThis is the CLI we generally use as just `email` on the temrinal.This is the CLI we generally use as just `email` on the temrinal.Type: BugConfirmed bugConfirmed bug
Description
Describe the Bug
I wasn't able to start the dev server, and was getting no indication of why. I figured out that I was on node 17 and node 18 works, but it would have been nice to get an error message indicating that node 17 is not supported.
bun run email dev
React Email 3.0.7
Running preview at: http://localhost:3000
⠋ Getting react-email preview server ready...
✖ Getting react-email preview server ready...
shutting down dev server
error: "email" exited with code 1
Which package is affected (leave empty if unsure)
react-email
Link to the code that reproduces this issue
private repo
To Reproduce
Run with node 17
Expected Behavior
It outputs an error message indicating that node 18 is required if node 17 is being used.
What's your node version? (if relevant)
No response
Metadata
Metadata
Assignees
Labels
App: PreviewPackage: react-emailThis is the CLI we generally use as just `email` on the temrinal.This is the CLI we generally use as just `email` on the temrinal.Type: BugConfirmed bugConfirmed bug