流水线报错:[Error: ENOENT: no such file or directory, stat ‘/application/bin‘]

作者 : admin 本文共911个字,预计阅读时间需要3分钟 发布时间: 2024-06-8 共3人阅读

报错信息:

#18 10.37 > Build error occurred #18 10.38 [Error: ENOENT: no such file or directory, stat ‘/application/bin’] { #18 10.38 errno: -2, #18 10.38 code: ‘ENOENT’, #18 10.38 syscall: ‘stat’, #18 10.38 path: ‘/application/bin’ #18 10.38 } #18 12.87  ELIFECYCLE  Command failed with exit code 1. #18 ERROR: executor failed running [/bin/sh -c pnpm run build]: exit code: 1 —— > [builder 6/6] RUN pnpm run build: #18 10.35 info – Creating an optimized production build… #18 10.37 #18 10.37 > Build error occurred #18 10.38 [Error: ENOENT: no such file or directory, stat ‘/application/bin’] { #18 10.38 errno: -2, #18 10.38 code: ‘ENOENT’, #18 10.38 syscall: ‘stat’, #18 10.38 path: ‘/application/bin’ #18 10.38 } #18 12.87  ELIFECYCLE  Command failed with exit code 1. —— error: failed to solve: executor failed running [/bin/sh -c pnpm run build]: exit code: 1 Cleaning up project directory and file based variables 00:00 ERROR: Job failed: exit status 1

问题描述:
前端工程:pnpm run build 没报错但是流水线报错
解决办法:

这个错误信息表明在运行构建命令时,系统找不到路径/application/bin,导致构建失败。

去掉了前端构建的时候的bin文件

本站无任何商业行为
个人在线分享 » 流水线报错:[Error: ENOENT: no such file or directory, stat ‘/application/bin‘]
E-->