加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ruby-on-rails – 你已经激活了rake 10.0.4,但你的Gemfile需要ra

发布时间:2020-12-17 02:38:44 所属栏目:百科 来源:网络整理
导读:我的Gemfile中有什么 gem’rake’,’10 .0.3’#gemfile中的第一行 删除了Gemfile.lock 运行Bundle更新 Ran bundle update rake 运行资产:预编译 我收到以下消息: You have already activated rake 10.0.4,but your Gemfile requires rake 10.0.3. 捆绑显示
我的Gemfile中有什么

gem’rake’,’10 .0.3’#gemfile中的第一行

删除了Gemfile.lock

运行Bundle更新

Ran bundle update rake

运行资产:预编译

我收到以下消息:

You have already activated rake 10.0.4,but your Gemfile requires rake 10.0.3.

捆绑显示输出:

捆绑包含的宝石:

....
* rake (10.0.3)

任何想法为什么我收到此错误消息(我遵循的程序是Stackoverflow的建议摘要)?

解决方法

在命令中使用bundle exec infront

bundle exec rake assets:precompile

这将解决您的问题.

I always recommend to use "bundle exec" before any such kind of commands.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读