首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >电子伪造制造商失败时,目标压缩在` `GitLab CI`

电子伪造制造商失败时,目标压缩在` `GitLab CI`
EN

Stack Overflow用户
提问于 2021-01-31 18:21:42
回答 1查看 156关注 0票数 0

只有在GitLab CI上运行电子伪造生成器时,才会导致此错误

代码语言:javascript
复制
Making for the following targets: zip
 - Making for target: zip - On platform: linux - For arch: x64
 ✖ Making for target: zip - On platform: linux - For arch: x64
 An unhandled error has occurred inside Forge:
 An error occured while making for target: zip
 spawn zip ENOENT
 Error: spawn zip ENOENT
     at Process.ChildProcess._handle.onexit (node:internal/child_process:281:19)
     at onErrorNT (node:internal/child_process:481:16)
     at processTicksAndRejections (node:internal/process/task_queues:81:21)
 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
 error Command failed with exit code 1.
 ERROR: Job failed: command terminated with exit code  1
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2021-02-10 20:33:20

运行以下命令在您的管道中安装zip

代码语言:javascript
复制
apt-get update && apt-get install --no-install-recommends zip
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/65977993

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档