Can I delete some folders of nokogiri and capybara-webkit inside of my rvm gemset?

前端 未结 2 1116
不知归路
不知归路 2021-01-03 09:45

I was using a disk analyzer and I noticed in my .rvm folder two gems, nokogiri and capybara-webkit, bigger than the usual:

2条回答
  •  难免孤独
    2021-01-03 10:25

    Yes, you can remove the tmp directory.

    If you don't have a new-enough version of libxml2 or libxslt nokogiri downloads and builds it for you to link against. Unfortunately RubyGems doesn't ask the nokogiri to clean up after itself at this time, so these build artifacts are left around.

提交回复
热议问题