1
resposta

Problema no comando vagrant up

quando executo o comando vagrant up tenho o seguinte erro: detalhe tenho a maquina virtual VMWare instalada na minha maquina, virtualBox não funciona na minha maquina.

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.

1 resposta

Oi, Tiago, tudo bem?

Esse erro informa que ou que você não está com uma versão compatível do virtual box ou que você ainda não instalou o virtual box:

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

Sem o virtual box não será possível usar o Vagrant, pelo menos seguindo o curso.

Espero ter te ajudado!