dataease源码部署到mvn clean package -Pstandalone -U -Dmaven.test.skip=true报错node版本也是v16.15.0

oad://6iSi0LG6hbe9ouQNKG4w8bFJunR.jpeg)
[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

可以自行在core-frontend 目录下执行 npm i 和 npm run build:distributed 验证一下是否能成功,如果有报错,搜索一下相关报错信息,都是标准工具网上能找到答案。