Ruby: Cannot Install Watir Gem On Windows

后端 未结 5 1766
囚心锁ツ
囚心锁ツ 2021-01-06 05:42

Watir\'s site says I need Ruby 1.8.6, which I\'m running. And windows installation should be as simple as gem install watir. But when I run that, I get this:

5条回答
  •  悲&欢浪女
    2021-01-06 06:08

    I also had to install nokogiri to get Watir to install successfully on windows, after installing DevKit. Use: gem install nokogiri

提交回复
热议问题