1
>sudo rake neo4j:create --trace                                     [ 6:18PM]

耙中止!不知道如何构建任务 'neo4j:create' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/task_manager.rb:49:in []' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:115:ininvoke_task' /usr/lib/ ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:94:in top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:94:ineach' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/ application.rb:94:in top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:133:instandard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:88:in top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:66:inrun' /usr/lib/ruby/gems/ 1.8/gems/rake-0.9.2.2/lib/rake/application.rb:133:in standard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:63:inrun' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/bin/rake:33 /usr/ bin/rake:19:in `load' /usr/bin/rake:19

此错误的可能原因是什么。我正在关注neo4j 和d3.js 的maxdemarzi 介绍。

如果有人能提出解决方案,我将不胜感激 https://github.com/maxdemarzi/d3_js_intro

4

1 回答 1

0

我已经更新了项目,所以它现在可以工作了。请运行:

git pull                             # Get the latest code
bundle install                       # Update the project gems
rake neo4j:reset_yes_i_am_sure       # Reset the Neo4j Server
rake neo4j:create

如果您仍有问题,请联系我。

问候, 马克斯

于 2013-04-11T13:51:33.513 回答