An error occurred while installing nokogiri (1.5.2)

后端 未结 4 1304
时光取名叫无心
时光取名叫无心 2021-02-15 19:37

When I try to run a ruby on rails project I got an error:

An error occurred while installing nokogiri (1.5.2), and bundle cannot continue.
Make sure that \'gem          


        
4条回答
  •  长发绾君心
    2021-02-15 20:34

    nokogiri requirements

    sudo apt-get install libxslt-dev libxml2-dev

    sudo gem install nokogiri

    You can visit http://nokogiri.org/tutorials/installing_nokogiri.html

提交回复
热议问题