Created
July 1, 2016 04:38
-
-
Save brgnepal/c0c6b9ddbe6c700d1f734716d9b2be40 to your computer and use it in GitHub Desktop.
Windows Error: Unable to install vagrant service manager plugin locally
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-service-manager-1.1.1.gem | |
Installing the './vagrant-service-manager-1.1.1.gem' 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: | |
Could not find gem 'vagrant-service-manager (= 1.1.1) x86-mingw32' in any of the gem sources listed in your Gemfile | |
or available on this machine. | |
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in | |
installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. | |
To upgrade this warning to an error, run `bundle config disable_multisource true`. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment