Hi everyone
I am currently trying to set up a Webpage as a project for school.
I have everything installed for Laravel. We use Homestead and Virtualbox to simulate the server.
When I try to vagrant up this error accrues:
Vagrant failed to initialize at a very early stage:
There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
an invalid or undefined variable.
$ vagrant up
Vagrant failed to initialize at a very early stage:There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
an invalid or undefined variable.Path: C
Line number: 143
Message: undefined method `each’
What is going wrong
thanks for answering
Janick