-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
[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] > dubbo-admin-ui@0.2.0-SNAPSHOT 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 -rf :dubbo-admin-ui