v2.9.0版本 源码安装部署,core包 打包失败

[INFO] core … SUCCESS [ 0.882 s]
[INFO] core-frontend … FAILURE [ 13.419 s]
[INFO] core-backend … SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.743 s
[INFO] Finished at: 2024-12-21T11:11:02+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (npm run build) on project core-frontend: Failed to run task: ‘npm run build:distributed’ failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) → [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] MojoFailureException - Apache Maven - Apache Software Foundation
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :core-frontend

参考官方文档来哈,你的打包命令是不对的。源码部署 - DataEase 文档