耙子路径错误

发布于 2024-10-27 02:06:53 字数 312 浏览 0 评论 0原文

我刚刚在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放肆 2024-11-03 02:06:53

gem是否已安装

gem list --local | grep rake

如果没有则

gem install rake

Is the gem installed

gem list --local | grep rake

If not then

gem install rake
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文