前提・実現したいこと
グラフDBを扱うために公式サイトを見ながらNeo4jの環境構築を行っています。
しかし、タイトル通りrake neo4j:install[community-latest]
コマンドを実行すると以下のように引数が違うというエラーが出てしまいます。
しかし、neo4j-rake_tasksジェムの公式サイトにも例に挙げられているコマンドであり、どうしてよいかわからず悩んでいます。
なお、neo4j-rake_tasksジェムに関してはすでにneo4jジェムの後で導入しています。
回答よろしくお願いします。
発生している問題・エラーメッセージ
rake aborted! ArgumentError: wrong number of arguments (given 1, expected 0) C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/neo4j-rake_tasks-0.7.19/lib/neo4j/rake_tasks/windows_server_manager.rb:15:in `install' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/neo4j-rake_tasks-0.7.19/lib/neo4j/rake_tasks/neo4j_server.rake:39:in `block (2 levels) in <top (required)>' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/task.rb:278:in `block in execute' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/task.rb:278:in `each' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/task.rb:278:in `execute' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/task.rb:218:in `block in invoke_with_call_chain' C:/Ruby25-x64/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/task.rb:198:in `invoke_with_call_chain' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/task.rb:187:in `invoke' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/application.rb:160:in `invoke_task' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/application.rb:116:in `block (2 levels) in top_level' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/application.rb:116:in `each' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/application.rb:116:in `block in top_level' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/application.rb:125:in `run_with_threads' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/application.rb:110:in `top_level' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/application.rb:83:in `block in run' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/application.rb:186:in `standard_exception_handling' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/lib/rake/application.rb:80:in `run' C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rake-13.0.0/exe/rake:27:in `<top (required)>' C:/Ruby25-x64/bin/rake:23:in `load' C:/Ruby25-x64/bin/rake:23:in `<main>' Tasks: TOP => neo4j:install
該当のソースコード
rails new myapp -m http://neo4jrb.io/neo4j/neo4j.rb -O cd myapp rake neo4j:install[community-latest]
補足情報(FW/ツールのバージョンなど)
Windows 10 Home
ruby 2.5.5p157 (2019-03-15 revision 67260) [x64-mingw32]
Rails 6.0.0
neo4j (9.2.4)
neo4j-core (8.1.4)
neo4j-rake_tasks (0.7.19)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。