2012-02-26 85 views
0

我试图在Express(node.js)中使用neo4j数据库。我一直在寻找一个API来管理连接和交易。我发现neo4js看起来很有前途,但我有麻烦安装它。为node.js安装和配置neo4js

我跟随在GitHub的页面descrived的所有步骤:

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

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

+0

非常感谢!有效。 – Oni 2012-02-27 22:26:41