Bundler cannot find rake but it seems installed

 ̄綄美尐妖づ 提交于 2019-12-06 01:39:18

So, I finally managed to get this error to go away. I started thinking it was some weird permission issue.

To solve this problem, I did the following:

  • Open the Disk Utility, Applications/Utilities/Disk Utility
  • Repair Permissions
  • Remove the .bundle directory in my project
  • Remove the vendor directory in my project
  • Remove the Gemfile.lock
  • bundle install

After that it started working without complaining about not finding rake. Crazy, man. Ugh. Hopefully this helps other folks if they run into the same issue.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!