I am using angular cli 11.0.7 for my project, for a requirement I have added a directive to the project when I took a build in my local I did not got any error but when I create a PR the build stops and throws an error
Error: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.1:npm (npm run build) on project csweb20-client: Failed to run task: 'npm run build-Dev' 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] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException Error: Process completed with exit code 1.
enter image description here
ackbNow is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.