“autotest/rails […] doesn't […] exist. Aborting”

后端 未结 7 2041
长发绾君心
长发绾君心 2021-02-05 22:16

I\'m finding that autotest has stopped working...

$ autotest
loading autotest/rails
Autotest style autotest/rails doesn\'t seem to exist. Aborting.
7条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-05 22:47

    gem uninstall autotest
    gem install autotest
    gem install autotest-rails
    

    Worked for me as well!

提交回复
热议问题