Error installing Nokogiri on bundle install but already installed

后端 未结 7 975
忘了有多久
忘了有多久 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 17:45

    On Mac OSX, you can execute below commands to fix this nokogiri gem issue.

    xcode-select --install
    gem install nokogiri
    bundle install
    

提交回复
热议问题