B
B
baretsky2018-05-10 17:36:39
virtual box
baretsky, 2018-05-10 17:36:39

Is it really okay to work with Vagrant on Windows?

How to work normally in Vagrant on Windows 10? I'm using Laravel Homestead, I'm trying to install bootstrap into my project ( npm i bootstrap -D ) and I'm getting error ETXTBSY. I tried everything - and ran git bash as admin, and added special lines to the Vagrantfile, as it is written on the Laravel website:


If symbolic links are not working properly on your Windows machine, you may need to add the following block to your Vagrantfile :
config.vm.provider "virtualbox" do |v|
    v.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/v-root", "1"]
end


... and ran npm install with the --no-bin-links flag, but nothing helps. What should I do? Does it remain to install Ubuntu along with Windows?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mysterion, 2018-05-10
@baretsky

Until WSL appeared in Windows 10, I also worked under Vagrant.
Already deleted everything for the web. You launch WSL, you configure once and the same VDS, only locally and resources are shared with the system. And stopped working - closed the console and "VDS" was killed.
Therefore, my answer is no. Install WSL.
ps the unix socket does not plow there yet, so I run all sorts of php-fpm on tcp sockets.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question