您的 vendor/cache 目录中似乎缺少一些精华
Some gems seem to be missing from your vendor/cache directory
在 Rails 项目中需要有关 运行ning bundle
命令的帮助,我收到以下错误:
Some gems seem to be missing from your vendor/cache directory.
Could not find rack-protection-1.5.5 in any of the sources
gem install rack-protection -v 1.5.5 完美运行,安装 gem ,然而,当我再次 运行 bundle 或 bundle install 时,我仍然收到丢失的 gem 错误。我检查了 GEM PATHS 目录, gem 确实在那里。请帮忙。
解决方法是彻底删除vendor/cache目录。
我 运行 在 运行 捆绑包安装时遇到了类似的问题:
> [ 9/16] RUN bundle install --jobs 2 --retry 3 --local:
#13 1.685 Some gems seem to be missing from your vendor/cache directory.
#13 1.692 Could not find racc-1.6.0 in any of the sources
我的解决方案是从捆绑器 2.2.18 更新到 2.3.4
在 Rails 项目中需要有关 运行ning bundle
命令的帮助,我收到以下错误:
Some gems seem to be missing from your vendor/cache directory.
Could not find rack-protection-1.5.5 in any of the sources
gem install rack-protection -v 1.5.5 完美运行,安装 gem ,然而,当我再次 运行 bundle 或 bundle install 时,我仍然收到丢失的 gem 错误。我检查了 GEM PATHS 目录, gem 确实在那里。请帮忙。
解决方法是彻底删除vendor/cache目录。
我 运行 在 运行 捆绑包安装时遇到了类似的问题:
> [ 9/16] RUN bundle install --jobs 2 --retry 3 --local:
#13 1.685 Some gems seem to be missing from your vendor/cache directory.
#13 1.692 Could not find racc-1.6.0 in any of the sources
我的解决方案是从捆绑器 2.2.18 更新到 2.3.4