We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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?
7za
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: