mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-17 03:38:32 +02:00
When a user already has @openai/codex installed but not @zed-industries/codex-acp, npm install fails with EEXIST error because the codex binary already exists. Adding --force flag allows npm to overwrite existing files and continue installing the missing packages. Fixes MUL-76