Skip to content

feat: add Node.js version check and specify engine requirement in package.json#27

Open
halilcn wants to merge 1 commit intof:masterfrom
halilcn:feat/node-version-check
Open

feat: add Node.js version check and specify engine requirement in package.json#27
halilcn wants to merge 1 commit intof:masterfrom
halilcn:feat/node-version-check

Conversation

@halilcn
Copy link
Contributor

@halilcn halilcn commented Mar 15, 2026

Adds a runtime Node.js version check at startup to ensure users are running a supported version (Node.js 20.19+ or 22.12+)
Specifies engines.node field in package.json so package managers can also enforce the minimum version requirement
Displays a clear, user-friendly error message with upgrade instructions when an unsupported version is detected

Before:
Screenshot 2026-03-15 at 11 11 11

After:
Screenshot 2026-03-15 at 11 10 57

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant