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
v1.6.1 — fix ESM compat crash on startup
Hotfix: replace ink-use-stdout-dimensions (CJS) with inline useColumns() hook.
The package called require('ink') but Ink v5 is ESM-only with top-level await.