Nokogiri issues with Ruby on Rails

前端 未结 3 1350
耶瑟儿~
耶瑟儿~ 2021-01-06 15:57

I\'m trying to install nokogiri on my machine but I am receiving the following error:

Building native extensions.  This could take a while...
ERROR:  Error          


        
3条回答
  •  自闭症患者
    2021-01-06 16:29

    I had to use version 1.6.7.rc4-x64-mingw32 (I'm on Windows). Added this line to my Gemfile:

    gem 'nokogiri', '~> 1.6', '>= 1.6.7.rc4'
    

提交回复
热议问题