treehouses.github.io icon indicating copy to clipboard operation
treehouses.github.io copied to clipboard

Cannot install Vagrant due to discontinued "brew cask" command

Open tuongtran23 opened this issue 1 year ago • 0 comments

Problem

In Step 4 System Tutorial, when I get to Vagrant Tutorial page, I tried installing Vagrant in MacOS using command line brew cask install virtualbox as instructed and the command generated error.

Steps to reproduce the problem

N/A

Screenshots

image

Proposed solution

The error from the terminal also suggests the solution, I have tried the new command as below and was able to install virtualbox:

brew install virtualbox --cask

In vagranttutorial.md, substitute all occurring no longer user brew cask install virtualbox with brew install virtualbox --cask

tuongtran23 avatar Apr 21 '23 22:04 tuongtran23