Created
August 15, 2018 15:59
-
-
Save israelb/d14ffd676d3933496419e307a0c52ff0 to your computer and use it in GitHub Desktop.
capybara problems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew upgrade [email protected] | |
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.zshrc | |
bundle intall | |
https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit#homebrew | |
Problem: | |
Fetching nokogiri 1.8.4 | |
Installing nokogiri 1.8.4 with native extensions | |
Gem::Ext::BuildError: ERROR: Failed to build gem native extension. | |
current directory: | |
/opt/rubies/ruby-2.5.1/lib/ruby/gems/2.5.0/gems/nokogiri-1.8.4/ext/nokogiri | |
/opt/rubies/ruby-2.5.1/bin/ruby -r ./siteconf20180815-13690-1ih91ui.rb | |
extconf.rb | |
Cannot allocate memory - /opt/rubies/ruby-2.5.1/bin/ruby -r | |
./siteconf20180815-13690-1ih91ui.rb extconf.rb 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment