AR ホームベーカリー

オイラのアウトプット用ホームベーカリー!

Vagrant をアップデートする

WindowsVMUSB2.0 を使いたくてぷらぎん入れようとしたら「新しい VirtualBox あるから入れてね」と言われるなど。 なもんで、 VirtualBox をアップデートした所 Vagrant が「やだ!小生古い VirtualBox じゃないと起動できないからやだ!」と言い出したので、アップデートして新しい VirtualBox に適合するナリ。

ロケ地:macOSX 10.11.6

Vagrant のバージョン

  • before
    • 1.8.1
  • after
    • 2.0.2

どうした

公式サイトから dmg 落としてきてアップデートしたあと、 vagrant up すると以下のメッセージが出て来るので vagrant plugin update する

○ → vagrant up
Vagrant failed to initialize at a very early stage:

The plugins failed to initialize correctly. This may be due to manual
modifications made within the Vagrant home directory. Vagrant can
attempt to automatically correct this issue by running:

  vagrant plugin repair

If Vagrant was recently updated, this error may be due to incompatible
versions of dependencies. To fix this problem please remove and re-install
all plugins. Vagrant can attempt to do this automatically by running:

  vagrant plugin expunge --reinstall

Or you may want to try updating the installed plugins to their latest
versions:

  vagrant plugin update

Error message given during initialization: Unable to resolve dependency: user requested 'vagrant-vbguest (> 0)'

おしまい。