codex0.120.0更新后无法启动,回退 0.119.0正常使用
- 内容介绍
- 文章标签
- 相关推荐
让cx分析了一下,说是 0.120.0-win32-x64包不存在,不管了,直接回退
网友解答:--【壹】--:
都显示的啊,你是不是 /statusline 里没开?
--【贰】--:
早上提issue了,npm包没传上去,官方已经关了
v0.120.0 missing Windows platform binaries (win32-x64, win32-arm64)
已打开 04:05AM - 11 Apr 26 UTC 已关闭 04:13AM - 11 Apr 26 UTC Asunfly bug windows-os CLI## Bug Report ### Summary `@openai/codex@0.120.0` fails to run on Windows beca…use the platform-specific binary packages (`0.120.0-win32-x64` and `0.120.0-win32-arm64`) were not published to npm. ### Environment - OS: Windows 11 Pro (x64) - Node.js: v24.12.0 - npm: latest ### Steps to Reproduce 1. `npm install -g @openai/codex@latest` (installs 0.120.0) 2. `codex --version` ### Error ``` file:///C:/Users/sunfl/AppData/Roaming/npm/node_modules/@openai/codex/bin/codex.js:100 throw new Error( ^ Error: Missing optional dependency @openai/codex-win32-x64. Reinstall Codex: npm install -g @openai/codex@latest ``` ### Root Cause The `optionalDependencies` in 0.120.0 reference: ```json "@openai/codex-win32-x64": "npm:@openai/codex@0.120.0-win32-x64", "@openai/codex-win32-arm64": "npm:@openai/codex@0.120.0-win32-arm64" ``` However, these tagged versions were **never published** to the npm registry: ``` npm view @openai/codex-win32-x64 # 404 Not Found ``` Confirmed by checking published versions — `0.120.0-win32-x64` and `0.120.0-win32-arm64` are missing while Linux and macOS variants exist: ``` 0.120.0-darwin-arm64 ✅ 0.120.0-darwin-x64 ✅ 0.120.0-linux-arm64 ✅ 0.120.0-linux-x64 ✅ 0.120.0-win32-arm64 ❌ missing 0.120.0-win32-x64 ❌ missing ``` ### Workaround Downgrade to 0.119.0 which has all platform binaries published: ```bash npm install -g @openai/codex@0.119.0 ``` ### Expected Fix Publish the missing `0.120.0-win32-x64` and `0.120.0-win32-arm64` tagged versions to npm, or release a patch version with the correct binaries.
--【叁】--:
vibe coding时代不就这样嘛?很多好项目都能一天三更,高产似母猪!狗头保命.jpg
--【肆】--:
变成一个进度条了,我第一次update之后也进不去然后再次update就能进去了
--【伍】--:
我升级0.120后 不显示上下文百分比了
--【陆】--:
[!note]
升级到 0.119.0 尝试一下
--【柒】--:
刚更新了启动不了了,真的太坑了啊,回退下试试
--【捌】--:
确实,0.120.0升级之后直接启动不了,最后安装0.119.0才能启动,果然都是草台班子
--【玖】--:
不是,codex cli 连 gui 都没有,怎么可能占显存?
--【拾】--:
害怕
--【拾壹】--:
佬,这个是不是官方登录的呀,我用中转的,没有显示这个上下文占用进度条
--【拾贰】--:
我感觉0.120发的很急
这才多长时间就发了
--【拾叁】--:
image3580×236 140 KB
我刚刚更新之后也发现无法加载之前的对话了,所以是因为更新导致的吗
--【拾肆】--:
先直接启动试试看,大概率启动也不行,这个真的是完全没考虑兼容的
--【拾伍】--:
120.0老是爆内存,老实回退118.0了
让cx分析了一下,说是 0.120.0-win32-x64包不存在,不管了,直接回退
网友解答:--【壹】--:
都显示的啊,你是不是 /statusline 里没开?
--【贰】--:
早上提issue了,npm包没传上去,官方已经关了
v0.120.0 missing Windows platform binaries (win32-x64, win32-arm64)
已打开 04:05AM - 11 Apr 26 UTC 已关闭 04:13AM - 11 Apr 26 UTC Asunfly bug windows-os CLI## Bug Report ### Summary `@openai/codex@0.120.0` fails to run on Windows beca…use the platform-specific binary packages (`0.120.0-win32-x64` and `0.120.0-win32-arm64`) were not published to npm. ### Environment - OS: Windows 11 Pro (x64) - Node.js: v24.12.0 - npm: latest ### Steps to Reproduce 1. `npm install -g @openai/codex@latest` (installs 0.120.0) 2. `codex --version` ### Error ``` file:///C:/Users/sunfl/AppData/Roaming/npm/node_modules/@openai/codex/bin/codex.js:100 throw new Error( ^ Error: Missing optional dependency @openai/codex-win32-x64. Reinstall Codex: npm install -g @openai/codex@latest ``` ### Root Cause The `optionalDependencies` in 0.120.0 reference: ```json "@openai/codex-win32-x64": "npm:@openai/codex@0.120.0-win32-x64", "@openai/codex-win32-arm64": "npm:@openai/codex@0.120.0-win32-arm64" ``` However, these tagged versions were **never published** to the npm registry: ``` npm view @openai/codex-win32-x64 # 404 Not Found ``` Confirmed by checking published versions — `0.120.0-win32-x64` and `0.120.0-win32-arm64` are missing while Linux and macOS variants exist: ``` 0.120.0-darwin-arm64 ✅ 0.120.0-darwin-x64 ✅ 0.120.0-linux-arm64 ✅ 0.120.0-linux-x64 ✅ 0.120.0-win32-arm64 ❌ missing 0.120.0-win32-x64 ❌ missing ``` ### Workaround Downgrade to 0.119.0 which has all platform binaries published: ```bash npm install -g @openai/codex@0.119.0 ``` ### Expected Fix Publish the missing `0.120.0-win32-x64` and `0.120.0-win32-arm64` tagged versions to npm, or release a patch version with the correct binaries.
--【叁】--:
vibe coding时代不就这样嘛?很多好项目都能一天三更,高产似母猪!狗头保命.jpg
--【肆】--:
变成一个进度条了,我第一次update之后也进不去然后再次update就能进去了
--【伍】--:
我升级0.120后 不显示上下文百分比了
--【陆】--:
[!note]
升级到 0.119.0 尝试一下
--【柒】--:
刚更新了启动不了了,真的太坑了啊,回退下试试
--【捌】--:
确实,0.120.0升级之后直接启动不了,最后安装0.119.0才能启动,果然都是草台班子
--【玖】--:
不是,codex cli 连 gui 都没有,怎么可能占显存?
--【拾】--:
害怕
--【拾壹】--:
佬,这个是不是官方登录的呀,我用中转的,没有显示这个上下文占用进度条
--【拾贰】--:
我感觉0.120发的很急
这才多长时间就发了
--【拾叁】--:
image3580×236 140 KB
我刚刚更新之后也发现无法加载之前的对话了,所以是因为更新导致的吗
--【拾肆】--:
先直接启动试试看,大概率启动也不行,这个真的是完全没考虑兼容的
--【拾伍】--:
120.0老是爆内存,老实回退118.0了

