Todos os comandos do vagrant falham com o “Bundler, o sistema subjacente usado para gerenciar plugins do Vagrant”

0

Sempre que eu executo qualquer comando vagrant, ele falha, com a seguinte mensagem de erro, independentemente de eu estar ou não em uma pasta vagante ou em qualquer outra pasta.

Qual é o problema?

$ vagrant box list

Bundler, the underlying system used to manage Vagrant plugins,
is reporting that a plugin or its dependency can't be found.
This is usually caused by manual tampering with the 'plugins.json'
file in the Vagrant home directory. To fix this error, please
remove that file and reinstall all your plugins using 'vagrant
plugin install'.
    
por Brad Parks 25.05.2018 / 18:53

1 resposta

0

Não sei ao certo qual arquivo estava causando o problema, mas simplesmente removi minha pasta ~/.vagrant.d e isso foi corrigido para mim.

Eu suspeito que você poderia apenas remover o arquivo ~/.vagrant.d/plugins.json e que poderia funcionar também.

Você pode, é claro, tentar renomear as opções acima, em vez de excluí-las para experimentar você mesmo!

    
por 25.05.2018 / 18:53

Tags