sail
sail copied to clipboard
[HELP] Cannot typing password sudo for WSL when initialize project
Sail Version
1.26
Laravel Version
11.9
PHP Version
8.3
Operating System
Windows (WSL)
OS Version
11
Description
When I want to start a new project using the command:
curl -s "https://laravel.build/super-apps" | bash
The installation process went smoothly but when the final adjustment by Laravel Sail needed to enter the sudo password from my WSL Ubuntu, I couldn't type or press the enter key. When I canceled the command, I couldn't use the command:
./vendor/bin/sail up to run the program, but what appeared was the sail code file in my VSCode.
Steps To Reproduce
- Initiate a new project like this : curl -s "https://laravel.build/super-apps" | bash
- Wait until you should provide password root for WSL