-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails #180
Comments
|
Vagrant 1.6.3 vagrant-login (1.0.1, system) |
I've figured out that it is a known issue of Vagrant 1.6.x: hashicorp/vagrant#3769 Please, upgrade Vagrant to the latest version (1.7.2) and try again. Let us know about the result |
Hey, yeah, it worked with vagrant 1.7.2. Thanks a lot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The installation of the plugin fails with this error message:
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.6.2), and Bundler cannot continue.
Make sure that
gem install nokogiri -v '1.6.6.2'
succeeds before bundling.I've tried to install nokogiri via
gem install nokogiri -v '1.6.6.2'
and it succeeds. After the installation of nokogiri the installation of vagrant-parallels fails with the same error. Any ideas?The text was updated successfully, but these errors were encountered: