Mac user and getting WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.7.3

前端 未结 16 1557
暖寄归人
暖寄归人 2020-11-27 11:24

I have done all kinds of research and tried many different things. I know this question has been answered many times, but none of the suggested solutions are working for me.

16条回答
  •  自闭症患者
    2020-11-27 11:56

    I had similar problem and just solved this way:

    In my case, I have RVM installed, and I had @global and @project gem sets. Both of them had nokogiri installed and one of them had built with with different libxml.

    Rebuilding both of them (I have reason to do this) solved the problem.

    Hope this helps..

提交回复
热议问题