0
点赞
收藏
分享

微信扫一扫

好用且免费的ChatGPT工具

纽二 2023-10-12 阅读 35

Exception when publishing, exception message [Exec exit status not zero. Status [127]]

见链接:Jenkins发布时常见异常(持续更新...)_exception when publishing, exception message [exec_码农StayUp的博客-CSDN博客

The remote end hung up unexpectedly

目标仓库太大,尝试增加git的缓存大小。

git config --global http.postBuffer 1048576000
ERROR: "type-check" exited with 2.   (vite-vue3)

代码类型检查未通过,即上方显示的错误们。

此时build指令为  "build": "run-p type-check build-only",

运行指令 "build-only": "vite build", 或者改成 "build": "vite build"

SyntaxError: Unexpected token '??='       (vite-vue3)

??=  2020新增操作符,可能不兼容,升级一下node版本

举报

相关推荐

0 条评论