Error 1
Unsupported operating system [$(uname -s)]. Laravel Sail supports macOS, Linux, and Windows (WSL2).
Solusi :
1. Buka file vendor/laravel/sail/bin/sail.
2. Cari kode ini
case "${UNAMEOUT}" in Linux*) MACHINE=linux;; Darwin*) MACHINE=mac;; *) MACHINE="UNKNOWN" esac if [ "$MACHINE" == "UNKNOWN" ]; then echo "Unsupported operating system [$(uname -s)]. Laravel Sail supports macOS, Linux, and Windows (WSL2)." >&2 exit 1 fi
3. Comment kode tersebut.
Copyright © 2022. MFJRID.