Hi Michael, Thanks for following up on the error. yes, the build does require npm installed on the machine. You might want to log a INFRA ticket to get that addressed. BTW, there's a Jira EAGLE-127 to document npm requirement in the Readme files.
thanks Prasad On Sun, Jan 17, 2016 at 6:47 PM, Michael Wu <[email protected]> wrote: > Hi guys, > > We currently have a failing build #14 at > https://builds.apache.org/job/incubator-eagle-main/14/console, and from > the > console output, I found it failed at step of building eagle-webservice with > below info: > > [ERROR] Failed to execute goal > org.codehaus.mojo:exec-maven-plugin:1.2:exec (exec-ui-install) on > project eagle-webservice: Command execution failed. 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/MojoExecutionException[ERROR] > [ERROR] After correcting the problems, you can resume the build with > the command[ERROR] mvn <goals> -rf :eagle-webservice > > > And, before the error block, there were two rows telling npm not installed: > ******************* > > Environment Check... > npm not installed! > > ******************* > > Could the lack of npm be the root cause of this failure? If we can confirm > the need of npm to make our build succeed, I can talk to apache-ci admin > team and try add it. > > Otherwise, if the issue is not caused by npm, please do help to tell me how > to configure the job to make it pass. > > Thanks. > Michael >
