Error: 1: Command failed with ERR_STREAM_PREMATURE_CLOSE: code --force --install-extension anthropic.claude-code が出たときに見えたこと
この文字列が出ているなら、少なくとも報告上は `code --force --install-extension anthropic.claude-code` の実行が `ERR_STREAM_PREMATURE_CLOSE` で途中終了しています。今回の手元の出力と、同じ症状として挙がっていた issue を照らすと、これは Claude Code のインストール処理まわりで起きた失敗として読むのが自然です。 まず切り分けたいのは、自分のケースが「同じエラー文字列に当たっているだけ」なのか、「同じインストール失敗の流れ」なのかです。今回参照できた issue は 2 件で、どちらも報告されたエラーは同じでした。 どちらの issue でも、見えているエラーは次の形です。 ```text Error: 1: Command failed with ERR_STREAM_PREMATURE_CLOSE: code --force --install-extension anthropic.claude-code Premature close at cl1 (/$bunfs/root/s
papoo.work