smart-home-dashboard icon indicating copy to clipboard operation
smart-home-dashboard copied to clipboard

mvn compile

Open luan-nvg opened this issue 4 years ago • 1 comments

[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.8.0:npm (NPM build) on project dashboard: 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

luan-nvg avatar Oct 24 '20 19:10 luan-nvg

There are several dependencies missing or wrong from the pom.xml file. The following fixed my issues:

javax.annotation javax.annotation-api 1.2 org.projectlombok lombok 1.18.2 provided

ShortwaveRunner avatar Aug 26 '21 03:08 ShortwaveRunner