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

関連する問題