Last active
August 29, 2015 14:11
-
-
Save nl5887/17686b63d8260912f94b to your computer and use it in GitHub Desktop.
Workaround for Vagrant NOKOGIRI installation error on OSX
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
| ❯❯❯ 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