You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): require Node.js >=20 and surface a clear error on older runtimes (#438)
Older Node (e.g. 16) lacks events.addAbortListener, used transitively by
the CLI, which produced a cryptic SyntaxError at module instantiation.
Declare engines.node: ">=20" on both packages so installers warn, and add
an early runtime check in the bin so users get an actionable message
before any modules load.
Closes#433https://claude.ai/code/session_01N5k5sqBgxYX9XMatM6TGcE
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments