LoginSignup
10
9

More than 3 years have passed since last update.

vagrant upで No usable default provider could be found for your system.

Last updated at Posted at 2019-12-19

vagrant up で以下のエラーがでた。

No usable default provider could be found for your system.

Vagrant relies on interactions with 3rd party systems, known as
"providers", to provide Vagrant with resources to run development
environments. Examples are VirtualBox, VMware, Hyper-V.

The easiest solution to this message is to install VirtualBox, which
is available for free on all major platforms.

If you believe you already have a provider available, make sure it
is properly installed and configured. You can see more details about
why a particular provider isn't working by forcing usage with
`vagrant up --provider=PROVIDER`, which should give you a more specific
error message for that particular provider.

Vagrant がインストールされている VirtualBox のバージョンに対応していないときにでるエラー。環境構築し直したときによくなるやつ

上記は

  • VirtualBox 6.1.0
  • Vagrant 2.2.6

で発生したので、VirtualBox のバージョンを 6.0.4 に下げたところ問題なく起動した。

10
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
9