耙子路径错误
我刚刚在 RubyMine IDE 中创建了一个新的 Rails 应用程序,它尝试运行 rake 但出现此错误:
rubygems.rb:340:in 'bin_path': can't find executable rake for rake-0.8.7 <Gem::Exception>
from C:\Ruby192\bin\rake:19:in '<main>'
然后,当我尝试在 IDE 之外的控制台中运行它时,出现了相同的错误。
有人可以帮忙或提供一些建议吗?
I just created a new rails app in the RubyMine IDE and it tried to run rake but gave this error:
rubygems.rb:340:in 'bin_path': can't find executable rake for rake-0.8.7 <Gem::Exception>
from C:\Ruby192\bin\rake:19:in '<main>'
I then got the same error when I tried to run it outside the IDE in a console.
Can't somebody help or offer some advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
gem是否已安装
如果没有则
Is the gem installed
If not then