Reputation: 11
I'm new to laravel and docker I need to use it but when I run the command " ./vendor/bin/sail up " an error displayed /bin/bash: C:\xampp\htdocs\Laravel\management-app\vendor\bin/../laravel/sail/bin/sail: No such file or directory I don't understand Where does the problem come from, can anyone have any idea, Thanks.
Upvotes: 1
Views: 1822
Reputation: 61
You need to run this command from WSL2 instead of Windows. You can install any Linux distro, for example, Ubuntu 20.04 and run this command from there.
Upvotes: 1