frontend-maven-plugin
frontend-maven-plugin copied to clipboard
Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:grunt (grunt) on project dlux-web: Failed to run task: 'grunt --no-color' failed.
hi i try to build a project for opendaylight controller. when i install the project via maven i got this error:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25.658 s
[INFO] Finished at: 2018-03-07T17:34:48Z
[INFO] Final Memory: 60M/1362M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:grunt (grunt) on project dlux-web: Failed to run task: 'grunt --no-color' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 6 (Exit value: 6) -> [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
could you help me to solve this issues please?
i have the same error : Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.0:npm (npm build) on project front end: Failed to run task: 'npm run-script build' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: -4058 (Exit value: -4058)
I need help
Check your build logs above.. it should show the error output from Grunt?