Error installing nokogiri 1.6.0 on mac (libxml2)

前端 未结 2 1150
生来不讨喜
生来不讨喜 2020-12-14 17:34

UPDATE: Fixed

I found the answer in another thread. The workaround I used is to tell Nokogiri to use the system libraries instead:

N         


        
2条回答
  •  被撕碎了的回忆
    2020-12-14 17:49

    I found the answer in another thread. The workaround I used is to tell Nokogiri to use the system libraries instead:

    NOKOGIRI_USE_SYSTEM_LIBRARIES=1 bundle install
    

提交回复
热议问题