You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
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
withbrew install virtualbox --cask
The text was updated successfully, but these errors were encountered: