forked from openai/codex
-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What version of Codex is running?
No response
Which model were you using?
No response
What platform is your computer?
No response
What steps can reproduce the bug?
Install it via npm install -g @just-every/code
What is the expected behavior?
App launches
What do you see instead?
node:internal/child_process:420
throw new ErrnoException(err, 'spawn');
^
Error: spawn EFTYPE
at ChildProcess.spawn (node:internal/child_process:420:11)
at spawn (node:child_process:753:9)
at file:///C:/Users/Professional/AppData/Roaming/npm/node_modules/@just-every/code/bin/coder.js:135:15 {
errno: -4028,
code: 'EFTYPE',
syscall: 'spawn'
}
Additional information
Method with uninstalling, installing, cleaning cache, running npx, etc. don't seem to help
Also if you try to use code-x86_64-pc-windows-msvc.exe manually, it is also not working. Looks like binary is corrupted in some way
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working