Gem :: InstallError:Gem清理期间未在GEM_HOME中安装gem-wrappers

Rpj*_*Rpj 5 gem ruby-on-rails

我如何避免gem cleanup特定错误。我在执行gem清理时看到以下错误。Gem :: InstallError:GEM_HOME中未安装gem-wrappers

gem cleanup
Cleaning up installed gems...
Attempting to uninstall gem-wrappers-1.2.4
Unable to uninstall gem-wrappers-1.2.4:
    Gem::InstallError: gem-wrappers is not installed in GEM_HOME, try:
    gem uninstall -i /home/ec2-user/.rvm/gems/ruby-2.1.2@global gem-wrappers
Attempting to uninstall gem-wrappers-1.2.4
Unable to uninstall gem-wrappers-1.2.4:
    Gem::InstallError: gem-wrappers is not installed in GEM_HOME, try:
    gem uninstall -i /home/ec2-user/.rvm/gems/ruby-2.1.2@global gem-wrappers
Clean Up Complete
Run Code Online (Sandbox Code Playgroud)

小智 1

cleanup 命令会从 GEM_HOME 中删除不需要满足依赖关系的旧版本 gem。如果 gem 安装在 GEM_PATH 中的其他位置,则清理命令不会\xe2\x80\x99 删除它。

\n\n

您可以尝试使用sudo gem cleanup\n

参考gem 清理\n

另一个清理宝石

\n