Error installing Nokogiri on bundle install but already installed

后端 未结 7 976
忘了有多久
忘了有多久 2020-12-07 17:34

I\'m having issues with bundling my Gemfile. I have Nokogiri installed already yet when I run bundle install it fails to load Nokogiri.

Installing Nok

7条回答
  •  感情败类
    2020-12-07 18:01

    Try running bundle config build.nokogiri --use-system-libraries as noted in the bundler output. Then re-run bundle.

提交回复
热议问题