rake db:create Not working

后端 未结 1 1474
情歌与酒
情歌与酒 2021-01-21 10:25

When i execute \"rake db:create\" command, I got following Errors

/home/shamithc/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2/lib/rake/version.rb:4: warning: alread         


        
1条回答
  •  無奈伤痛
    2021-01-21 10:52

    The rake version bundled with your Ruby version is conflicting with the rake gem. Uninstall rake gem by doing

    $ gem uninstall rake -a
    

    Then execute the command again.

    0 讨论(0)
提交回复
热议问题