Removing all installed Gems and starting over

前端 未结 7 1360
逝去的感伤
逝去的感伤 2021-01-29 19:02

I recently started learning Ruby and Ruby on Rails, and have watched a plethora of getting started materials. I have been finding lately that I keep getting errors where gems w

7条回答
  •  悲哀的现实
    2021-01-29 19:14

    gem uninstall -aIx
    

    Uninstalls all gems without prompt.

    Options

    -a, --[no-]all                   Uninstall all matching versions
    -I, --[no-]ignore-dependencies   Ignore dependency requirements while
                                     uninstalling
    -x, --[no-]executables           Uninstall applicable executables without
                                     confirmation
    

提交回复
热议问题