-
Notifications
You must be signed in to change notification settings - Fork 0
Description
When running the Vagrant code with Vagrant version 2.2.14, the issue below appears.
A possible solution listed in Internet is to downgrade to Vagrant 2.0.4 but this, in turn, restricts virtualbox to be v5.2 at most. And Virtualbox 5.2 is not compatible with Mac OS Big Sur.
vagrant plugin uninstall vagrant-triggers
Note that the community plugin vagrant-triggers and the core trigger feature
in Vagrant do not have compatible syntax.
To disable this warning, set the environment variable VAGRANT_USE_VAGRANT_TRIGGERS.
Bringing machine 'xx' up with 'virtualbox' provider...
/opt/vagrant/embedded/gems/2.1.0/gems/vagrant-2.1.0/lib/vagrant/plugin/v2/config.rb:73:in method_missing': undefined method before_triggers' for #VagrantPlugins::Triggers::Config::Trigger:0x0000000100baca38 (NoMethodError)