atlas 编译错误

错误1:

[INFO] Apache Atlas Distribution 2.1.0 .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  45.605 s
[INFO] Finished at: 2021-08-17T21:46:34+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.4:install-node-and-npm (install node and npm) on project atlas-dashboardv2: Could not extract the npm archive: Could not extract archive: '/root/.m2/repository/com/github/eirslett/npm/6.13.7/npm-6.13.7.tar.gz': EOFException -> [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  -rf :atlas-dashboardv2

进入 dashboardv2 目录然后执行

yum install -y npm
npm install

你可能感兴趣的:(atlas 编译错误)