mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
strip-ansi is imported in bash-executor.ts and two interactive mode components but is not declared in package.json dependencies. This causes ERR_MODULE_NOT_FOUND at runtime in strict package managers like pnpm that do not hoist undeclared dependencies. Co-authored-by: Graadient <graadient@users.noreply.github.com>