I get this error when I try vagrant up (using last version of Homestead)
The host path of the shared folder is missing: ~/Code
here are my folders setup in .homestead/Homestead.yaml
folders:
- map: c:\work\newvm\Code
to: /home/vagrant/Code
Of course the directory c:\work\newvm\Code exists.
Also I searched for ~/Code all over the code and it only exist in the template used for generating .homestead/Homestead.yaml ( src/subs/Homestead.yaml ).
More than that, if I remove the folder part completely I get the same error!!!
Thanks in advance, Catalin