What version of Codex CLI is running?
0.124.0
What subscription do you have?
pro
Which model were you using?
No response
What platform is your computer?
OS: Windows 10 x64 Node.js: (e.g. v20.12.2) npm: (e.g. v10.5.0) Codex version: 0.124.0
What terminal emulator and version are you using (if applicable)?
No response
What issue are you seeing?
After installing @openai/codex@0.124.0 globally, running codex results in the following error:
Error: Missing optional dependency @openai/codex-win32-x64.
Reinstall Codex: npm install -g @openai/codex@latest
What steps can reproduce the bug?
Install Codex:
npm install -g @openai/codex@0.124.0
Run:
codex
What is the expected behavior?
Codex CLI should run normally.
Additional information
npm config get omit returns: (your value)
NODE_ENV: (your value)
Installing @openai/codex-win32-x64 directly results in:
404 Not Found
Version 0.122.x works correctly on the same environment.
Suspected Cause
It seems that the Windows-specific optional dependency (*-win32-x64) may not be properly published or resolved for version 0.124.0.
What version of Codex CLI is running?
0.124.0
What subscription do you have?
pro
Which model were you using?
No response
What platform is your computer?
OS: Windows 10 x64 Node.js: (e.g. v20.12.2) npm: (e.g. v10.5.0) Codex version: 0.124.0
What terminal emulator and version are you using (if applicable)?
No response
What issue are you seeing?
After installing @openai/codex@0.124.0 globally, running codex results in the following error:
Error: Missing optional dependency @openai/codex-win32-x64.
Reinstall Codex: npm install -g @openai/codex@latest
What steps can reproduce the bug?
Install Codex:
npm install -g @openai/codex@0.124.0
Run:
codex
What is the expected behavior?
Codex CLI should run normally.
Additional information
npm config get omit returns: (your value)
NODE_ENV: (your value)
Installing @openai/codex-win32-x64 directly results in:
404 Not Found
Version 0.122.x works correctly on the same environment.
Suspected Cause
It seems that the Windows-specific optional dependency (*-win32-x64) may not be properly published or resolved for version 0.124.0.