Skip to content

Conversation

@DipakHalkude
Copy link

No description provided.

@DipakHalkude
Copy link
Author

Problem:
Node requirement errors show late, after react-scripts starts, causing confusing failures. Issue requests checking Node version early.

Change:
Add an early Node.js version guard to packages/react-scripts/bin/react-scripts.js, failing fast with a clear message if Node < 14.

Rationale: Mirrors existing create-react-app entrypoint behavior; aligns with engines.node: >=14.

Impact: Clearer error for unsupported Node versions; no impact on supported environments.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@DipakHalkude