需要“红宝石”;守卫失败?
我肯定已经安装了 RubyGems,但是“guard”失败:
/usr/local/bin/guard:9:in `require': no such file to load -- rubygems (LoadError)
from /usr/local/bin/guard:9
我能做什么?
I most certainly have RubyGems installed, but "guard" fails:
/usr/local/bin/guard:9:in `require': no such file to load -- rubygems (LoadError)
from /usr/local/bin/guard:9
What can I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个已知问题 [1]。尝试更新到 Guard 0.4.2 应该可以解决该问题。
[1] https://github.com/guard/guard-test/issues/11< /a>
There was a known issue [1]. Try updating to Guard 0.4.2 which should solve the issue.
[1] https://github.com/guard/guard-test/issues/11