在Rails项目中运行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创业板安装架-保护-v 1.5.5工作完美,gem被安装,但是当我再次运行bundle或bundle安装时,我将收到缺少的gem错误。我检查了创业板路径目录,创业板确实在那里。请帮帮忙。
发布于 2018-06-20 13:23:24
解决方案是完全删除供应商/缓存目录。
发布于 2022-01-29 00:13:43
我在运行bundle安装时遇到了类似的问题:
> [ 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。
https://stackoverflow.com/questions/50948262
复制相似问题