dubbo admin 构建失败
[ERROR]
[INFO]
[INFO] --- frontend-maven-plugin:1.6:npm (npm run build) @ dubbo-admin-ui ---
[INFO] Running 'npm run build' in /root/dobbuadmin/dubbo-admin/dubbo-admin-ui
[INFO]
[INFO] > [email protected] build /root/dobbuadmin/dubbo-admin/dubbo-admin-ui
[INFO] > vue-cli-service build
[INFO]
[INFO]
[ERROR] - Building for production...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for dubbo-admin 0.2.0-SNAPSHOT:
[INFO]
[INFO] dubbo-admin ........................................ SUCCESS [07:49 min]
[INFO] dubbo-admin-ui ..................................... FAILURE [02:10 min]
[INFO] dubbo-admin-server ................................. SKIPPED
[INFO] dubbo-admin-distribution ........................... SKIPPED
[INFO] dubbo-admin-test ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:39 min
[INFO] Finished at: 2020-11-27T06:51:27+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:npm (npm run build) on project dubbo-admin-ui: Failed to run task: 'npm run build' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 137 (Exit value: 137) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn
me too
进入 dubbo-admin-ui目录, npm切换淘宝的镜像:npm config set registry https://npmmirror.com/ 再参考官方的dubbo-admin-ui README操作下,看看能不能解决问题 我最近捣鼓dubbo-admin,就是这么干的
好的, 感谢回复. 现在这个问题最近碰到 opsli-ui 这个项目也碰到了, 原因也是和这个类似, 因为有的包的源在github上, 导致下载不下来, 用代理成功的.
------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年6月10日(星期五) 晚上6:04 收件人: @.>; 抄送: @.@.>; @.***>; 主题: Re: [apache/dubbo-admin] dubbo admin 构建失败 (#705)
进入 dubbo-admin-ui目录, npm切换淘宝的镜像:npm config set registry https://npmmirror.com/ 再参考官方的dubbo-admin-ui README操作下,看看能不能解决问题 我最近捣鼓dubbo-admin,就是这么干的
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>