2012-02-26 52 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