Skip to content

Instantly share code, notes, and snippets.

@nl5887
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save nl5887/17686b63d8260912f94b to your computer and use it in GitHub Desktop.

Select an option

Save nl5887/17686b63d8260912f94b to your computer and use it in GitHub Desktop.
Workaround for Vagrant NOKOGIRI installation error on OSX
❯❯❯ vagrant plugin install vagrant-vmware-fusion ⏎
Installing the 'vagrant-vmware-fusion' plugin. This can take a few minutes...
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:
An error occurred while installing nokogiri (1.6.5), and Bundler cannot continue.
Make sure that `gem install nokogiri -v '1.6.5'` succeeds before bundling.
❯❯❯ export NOKOGIRI_USE_SYSTEM_LIBRARIES=yes ⏎
❯❯❯ vagrant plugin install vagrant-vmware-fusion --verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment