I'm attempting to set up a homestead environment but I seem to be falling at the first hurdle.
After installing homestead and running
vagrant box add laravel/homestead
I get the following error
Vagrant is attempting to interface with the UI in a way that requires a TTY. Most actions in Vagrant that require a TTY have configuration switches to disable this requirement. Please do that or run Vagrant with TTY.
I've already seen the article here but this doesn't help with my particular issue. Anyone run into this problem before?