ERROR: Error installing capybara-webkit:

后端 未结 7 603
醉酒成梦
醉酒成梦 2020-12-12 14:47

Any suggestions on how to fix?

gem install capybara-webkit -v \'0.11.0\'
Building native extensions.  This could take a while...
ERROR:  Error installing cap         


        
7条回答
  •  感情败类
    2020-12-12 15:19

    For Ubuntu 16.04

    sudo apt-get install qt-sdk

    Followed by

    gem install capybara-webkit -v '1.11.0' or replace with whatever version you want to install.

提交回复
热议问题