Open rakateja opened 8 years ago
I thought the errors comes from my node. What node version I need to use chronos? Here's my node & npm version: node -v => v0.10.25 npm -v => 1.4.21
I just upgraded my node & npm to lastest stable version, and it still error. :(
node -v => v5.4.0 npm -v => 3.3.12
Also seeing this issue, any insights?
$ node -v
v0.10.36
$ npm -v
1.3.6
I tried to build chronos on my ubuntu, and it error with following errors:
[INFO] Scanning for projects... [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building chronos 2.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-antrun-plugin:1.7:run (ant-run-requirejs) @ chronos --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.001s [INFO] Finished at: Tue Jan 12 10:26:31 WIB 2016 [INFO] Final Memory: 12M/159M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (ant-run-requirejs) on project chronos: Error executing ant tasks: /usr/local/share/chronos/target/antrun/build-main.xml (No such file or directory) -> [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
Any of you have solution for that problems? Thank you.