Earlier quoted context omitted.
The question is which version of node, not npm.
It doesn't matter. The install was broken as was written. That's poor hygiene.
GPT-5-Codex
141–144 of 144 posts
Re: GPT-5-Codex
#142Doesn't seem ready for prime-time. I'll be impressed when it actually installs. npm ERR! code 1 npm ERR! path /usr/local/lib/node_modules/@openai/codex/node_modules/@vscode/ripgrep npm ERR! command failed npm ERR! command sh -c node ./lib/postinstall.js npm ERR! /usr/local/lib/node_modules/@openai/codex/node_modules/@vscode/ripgrep/lib/download.js:199 npm ERR! zipFile?.close();
unset GITHUB_TOKEN
npm install --global @openai/codex
Re: GPT-5-Codex
#143Re: GPT-5-Codex
#144Earlier quoted context omitted.
So you're all saying suddenly codex cli w gpt 5 codex is better than claude code? Hard to believe
Not suddenly, it's been better since GPT-5 launched. Prompting is different, but in a good way. With Claude Code, you can use less prompting, and Claude will get token happy and expand on your request. Great for greenfield/vibing, bad for iterating on existing projects. With Codex CLI, GPT-5 seems to handle instructions much more precisely. It won't just go off on it's own and do a bunch of work, it will do what you…