当我构建neo4j时,我得到了一个错误。
我知道它在浏览器组件中,而且我确实安装了node.js。我在Windows和Ubuntu上都试过了,也遇到了同样的错误。我知道我可以跳过浏览器,但我真的很想构建浏览器组件。
有人知道我做错了什么吗?
提前谢谢。
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:11 min
[INFO] Finished at: 2015-02-11T15:41:43-08:00
[INFO] Final Memory: 117M/677M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run (default) on project neo4j-browser: An Ant BuildException has occured: unless=cmdsuccess -> [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 :neo4j-browser发布于 2015-02-13 09:22:40
为什么要从源代码构建Neo4j?
我认为你必须安装正确版本的node、npm、grunt和bower。
请参阅自述文件中的此部分:
https://stackoverflow.com/questions/28467024
复制相似问题