Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spawn /builds/miai-fe/pwa/ai-pc-sidekick-fe/node_modules/7zip-bin/linux/x64/7za ENOENT #100

Open
klxin opened this issue Nov 26, 2024 · 1 comment

Comments

@klxin
Copy link

klxin commented Nov 26, 2024

Error: spawn /builds/miai-fe/pwa/ai-pc-sidekick-fe/node_modules/7zip-bin/linux/x64/7za ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:286:19)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn /builds/miai-fe/pwa/ai-pc-sidekick-fe/node_modules/7zip-bin/linux/x64/7za',
path: '/builds/miai-fe/pwa/ai-pc-sidekick-fe/node_modules/7zip-bin/linux/x64/7za',
spawnargs: [
'a',
'/builds/miai-fe/pwa/ai-pc-sidekick-fe/download/dist/xiaoai_pc_fe_v070e3f8-1732614042231.7z',
'/builds/miai-fe/pwa/ai-pc-sidekick-fe/dist'
]
}
Node.js v21.2.0

@onikienko
Copy link
Owner

Node can't spawn the 7za process because the file does not exist for some reason.
That's all I can say from this log.
More details?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants