When trying to work with it, I get the errors and the app crashes.
node:internal/child_process:420
throw new ErrnoException(err, 'spawn');
^
Error: spawn ENAMETOOLONG
at ChildProcess.spawn (node:internal/child_process:420:11)
at spawn (node:child_process:762:9)
at WI (file:///Users/piotr/.nvm/versions/node/v20.18.2/lib/node_modules/@openai/codex/dist/cli.js:362:744)
at pte (file:///Users/piotr/.nvm/versions/node/v20.18.2/lib/node_modules/@openai/codex/dist/cli.js:435:228)
at SN (file:///Users/piotr/.nvm/versions/node/v20.18.2/lib/node_modules/@openai/codex/dist/cli.js:435:1810)
at async Ate (file:///Users/piotr/.nvm/versions/node/v20.18.2/lib/node_modules/@openai/codex/dist/cli.js:435:1111)
at async I0.handleFunctionCall (file:///Users/piotr/.nvm/versions/node/v20.18.2/lib/node_modules/@openai/codex/dist/cli.js:459:3890)
at async I0.processEventsWithoutStreaming (file:///Users/piotr/.nvm/versions/node/v20.18.2/lib/node_modules/@openai/codex/dist/cli.js:460:4436)
at async I0.run (file:///Users/piotr/.nvm/versions/node/v20.18.2/lib/node_modules/@openai/codex/dist/cli.js:460:2762) {
errno: -63,
code: 'ENAMETOOLONG',
syscall: 'spawn'
}
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗