Skip to content

No error message for incompatible node version #1921

@thena-seer

Description

@thena-seer

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions