Install `capybara-webkit`
Turns out capybara-webkit
's has a dependency on qtwebkit
which has been removed from the qt
library package. You'll have the pleasure of finding this out when you run into this grand error:
Project ERROR: Unknown module(s) in QT: webkitwidgets
To get around this, you can install a previous version of qt
using brew
via:
brew install qt@5.5
Now reload your terminal and ensure that you can run qmake
. Once that is all good, go ahead and reinstall/bundle capybara-webkit
.
Don't let this stump you for longer than it did me!
Tweet