为node.js安装和配置neo4js

时间:2012-02-26 20:22:46

标签: node.js maven neo4j

我正在尝试使用neo4j数据库和Express(node.js)。我一直在寻找一个API来管理连接和事务。我发现neo4js看起来非常有前途,但我遇到了安装它的麻烦。

我已按照github页面中描述的所有步骤进行操作:

git clone http://github.com/jakewins/neo4js.git

cd neo4js

mvn package

但是我得到了所有这些错误:

[ERROR] The build could not read 1 project -> [Help 1]

[ERROR]   

[ERROR]   The project org.neo4j.drivers:neo4js:0.9-SNAPSHOT (/Users/Javi/Programming/node/neo4j-neo4js-5245de1/pom.xml) has 1 error

[ERROR]     Non-resolvable parent POM: Failure to find org.neo4j.build:parent-pom:pom:31 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at no local POM @ line 12, column 10 -> [Help 2]

[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/ProjectBuildingException

[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

有没有人有任何线索?

提前致谢!

1 个答案:

答案 0 :(得分:1)

我刚刚调整了父母pom,你能再拉一次并试试吗?