Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Troubleshooting

Noah Gilmore edited this page Aug 18, 2016 · 1 revision

bundle install

If Bundler fails to install nokogiri, it could be because it can't find your libxml2. Try this:

bundle config build.nokogiri --use-system-libraries --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/

Then run bundle install again.

Clone this wiki locally