I get this error when I try to install the plugin.
I'm using the latest Vagrant on Windows 10 and running the commands in Git Bash.
$ vagrant plugin install vagrant-vmware-appcatalyst
Installing the 'vagrant-vmware-appcatalyst' 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:
conflicting dependencies i18n (~> 0.6) and i18n (= 1.1.1)
Activated i18n-1.1.1
which does not match conflicting dependency (~> 0.6)
Conflicting dependency chains:
i18n (= 1.1.1), 1.1.1 activated
versus:
vagrant-vmware-appcatalyst (> 0), 1.0.1 activated, depends on
i18n (~> 0.6)
I'm not really sure about how to solve the problem.
I just did some testing today at work, it seems like the problem starts with Vagrant 2.2.0 and newer.
It seems to work to install on Vagrant 2.1.5.
I get this error when I try to install the plugin. I'm using the latest Vagrant on Windows 10 and running the commands in Git Bash.
I'm not really sure about how to solve the problem.
I just did some testing today at work, it seems like the problem starts with Vagrant 2.2.0 and newer. It seems to work to install on Vagrant 2.1.5.