Skip to content
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

Vagrant-login 0.9.0 not found #193

Closed
andrewrlee opened this issue Apr 25, 2014 · 3 comments
Closed

Vagrant-login 0.9.0 not found #193

andrewrlee opened this issue Apr 25, 2014 · 3 comments

Comments

@andrewrlee
Copy link

Hi,

I had an issue with the vagrant-login module not being found when I tried to install the vagrant-windows module.

I managed to get round this by installing the latest version of vagrant-login (version 1.0.1) first.

C:\data\vagrant\windows>vagrant plugin install vagrant-windows
Installing the 'vagrant-windows' 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:

Net::HTTPNotFound: No gems found matching "vagrant-login" "0.9.0" nil

C:\data\vagrant\windows>vagrant plugin install vagrant-login
Installing the 'vagrant-login' plugin. This can take a few minutes...
Installed the plugin 'vagrant-login (1.0.1)'!

C:\data\vagrant\windows>vagrant plugin install vagrant-windows
Installing the 'vagrant-windows' plugin. This can take a few minutes...
Installed the plugin 'vagrant-windows (1.6.0)'!
@sneal
Copy link
Member

sneal commented Apr 25, 2014

Before attempting to install vagrant-windows the first time, did you have vagrant-login 0.9.0 installed or 1.0.1?

@andrewrlee
Copy link
Author

I was not aware of having either of them.

I didn't manually install them - this error message first I've heard of the vagrant-login module.

The only other modules I have manually installed are vagrant-vbguest and vagrant-cachier.

@sneal
Copy link
Member

sneal commented May 1, 2014

If anything this is a core Vagrant issue. I've seen several issues similar to this about Vagrant downgrading already installed plugins when installing another plugin. Bundler, which Vagrant uses internally does so to resolve compatible versions.

@sneal sneal closed this as completed May 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants