ひさしぶりに vagrant を起動しようとしたら、こんなエラーが出た。
えー?? pic.twitter.com/yoGrT0CDaw
— さわださとし@車好き酒好き料理好きひとり親エンジニア (@satoshis) June 4, 2023
どうやら、MacOSをアップデートしたせいで、アップデート前にインストールした一部のアプリに対して警告が出るらしい。
こちらのサイトにアクセスして、Vagrantをインストールし直してみる。
≫ https://developer.hashicorp.com/vagrant/downloads
brewコマンドでインストールします。
途中でパスワードの入力を求められますので注意。
$ brew install hashicorp/tap/hashicorp-vagrant (略) Tapped 2 casks and 25 formulae (75 files, 838.5KB). ==> Downloading https://releases.hashicorp.com/vagrant/2.3.6/vagrant_2.3.6_darwin_amd64.dmg ##################################################################################################################################### 100.0% ==> Installing Cask hashicorp-vagrant ==> Running installer for hashicorp-vagrant; your password may be necessary. Package installers may write to any location; options such as `--appdir` are ignored. Password: installer: Package name is Vagrant installer: Upgrading at base path / installer: The upgrade was successful. 🍺 hashicorp-vagrant was successfully installed!
インストールに成功しました!
vagrantを起動してみます。
vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'laravel/homestead' version '13.0.0' is up to date... ==> default: Clearing any previously set network interfaces... (略) ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision` ==> default: flag to force provisioning. Provisioners marked to run always will still run.
無事に起動できました!