Failing to install Nokogiri gem

后端 未结 12 1171
感情败类
感情败类 2020-12-30 03:30

I\'m working on a rails app that allows for image attachments to each use account. I\'m using paperclip and amazon web services:

gem \'paperclip\'
gem \'aws-         


        
12条回答
  •  粉色の甜心
    2020-12-30 04:11

    As per the nokogiri installation instruction installing,

    sudo apt-get install zlib1g-dev

    solved the issue for me.

提交回复
热议问题