内容へ移動
Cat Paw Software
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
claude_code:bugs
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
<markdown> # Claude Code Bugs 最新版では治っているかもしれないので注意すること ## sandboxでnpx tsxが動作しない - https://github.com/anthropics/claude-code/issues/39257 子プロセスが作成するUNIXドメインソケットがListenできないため。allowLocalBindingやallowAllUnixSocketsなどを設定してもNGで、これらのオプションが子プロセスに引き継がれてない可能性が高い。 ``` > tsx --test --enable-source-maps --import @power-assert/node test/**/*.test.ts node:net:1926 const error = new UVExceptionWithHostPort(rval, 'listen', address, port); ^ Error: listen EPERM: operation not permitted /tmp/claude/tsx-501/60175.pipe at Server.setupListenHandle [as _listen2] (node:net:1926:21) at listenInCluster (node:net:2005:12) at Server.listen (node:net:2127:5) at file:///path/to/node_modules/tsx/dist/cli.mjs:53:31537 at new Promise (<anonymous>) at createIpcServer (file:///path/to/node_modules/tsx/dist/cli.mjs:53:31515) at async file:///path/to/node_modules/tsx/dist/cli.mjs:55:459 { code: 'EPERM', errno: -1, syscall: 'listen', address: '/tmp/clause/tsx-501/60175.pipe', port: -1 } ``` ## sandboxでghコマンドが動作しない - https://github.com/anthropics/claude-code/issues/23416 macOS sandboxが Security.frameworkのTLS検証をブロックし、gh, terraform などのGoバイナリが動作しない </markdown>
claude_code/bugs.txt
· 最終更新:
2026/04/08 15:35
by
nullpon
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ