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

レーキが中止されました! []' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:115:inタスク 'neo4j:create' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/task_manager.rb:49:in invoke_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 に答える