Error in "vagrant up"

This should be

vagrant plugin expunge

(I haven’t tried it yet, but getting the right command is a good start.)

:white_check_mark: It worked - in that the command ran, removed the plugins and reinstalled them.
:x: It didn’t work - in that the same error occurred.

Finally: I found a similar github issue which pointed out that user had two plugins called hostmanager, and that one of them is not related to vagrant.

I, too, had hostmanager and vagrant-hostmanager installed.

vagrant plugin uninstall hostmanager

removed hostmanager and also rubyhacks, which is where the error was.