必要に迫られて公式サイトに従い、VCCWを導入しようとしたらvagrant up時に下記のエラーが出ました。
http://vccw.cc/#h2-0
——–
$ vagrant box add vccw-team/xenial64
Bringing machine ‘vccw.test’ up with ‘virtualbox’ provider…
==> vccw.test: Box ‘vccw-team/xenial64’ could not be found. Attempting to find and install…
vccw.test: Box Provider: virtualbox
vccw.test: Box Version: = 20180107
The box ‘vccw-team/xenial64’ could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp’s Atlas, please verify you’re logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: [“https://atlas.hashicorp.com/vccw-team/xenial64”]
Error: The requested URL returned error: 404 Not Found
——–
ぐぐったら使っているvagrantのバージョンが古いのが原因みたいでした
https://github.com/vccw-team/vccw/issues/312
vagrantを更新する(windows編)
https://qiita.com/junpeirock/items/f594abb89053c690e159
更新してvagrant upしなおしたら下記エラー
———
Vagrant failed to initialize at a very early stage:
The plugins failed to initialize correctly. This may be due to manual
modifications made within the Vagrant home directory. Vagrant can
attempt to automatically correct this issue by running:
vagrant plugin repair
If Vagrant was recently updated, this error may be due to incompatible
versions of dependencies. To fix this problem please remove and re-install
all plugins. Vagrant can attempt to do this automatically by running:
vagrant plugin expunge –reinstall
Or you may want to try updating the installed plugins to their latest
versions:
vagrant plugin update
Error message given during initialization: Unable to resolve dependency: user re
quested ‘vagrant-hostsupdater (> 0)’
————
コマンドプロンプトで下記を行ってから再度vagrant upしたらvagrantが立ち上がってアクセスできました
vagrant plugin repair vagrant plugin update