Answer the question
In order to leave comments, you need to log in
Synced_folder in Vagrant on Windows 8.1?
Hello everybody!
The problem is this: when trying to vagrant up, it gives the answer:
There is a syntax error in the following Vagrantfile. The syntax error message is reproduced below for convenience:
C:/sites/test/Vagrantfile:3: unterminated string meets end of file
C:/sites/test/Vagrantfile:3: syntax error, unexpected end-of-input, expecting keyword_end
Vagrant.configure(2) do |config|
config.vm.box = 'debian'
config.vm.synced_folder 'C:\sites\test\www\', '/home/vagrant/www/'
config.vm.network :forwarded_port, guest: 80, host: 8080
end
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question