You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
results in TTY mode requires /dev/tty to be read/writable.:
$ composer dev
> Composer\Config::disableProcessTimeout
> npx concurrently -k -c "#c4b5fd,#fb7185,#fdba74" "php artisan horizon:watch" "php artisan pail --timeout=0" "npm run dev" --names=horizon,logs,vite
[vite]
[vite] > [email protected] dev
[vite] > vite
[vite]
[horizon]
[horizon] INFO Starting Horizon, and restart when any file changes...
[horizon]
[logs]
[logs] INFO Tailing application logs. Press Ctrl+C to exit
[logs] Use -v|-vv to show more details
[horizon]
[horizon] In Process.php line 1048:
[horizon]
[horizon] TTY mode requires /dev/tty to be read/writable.
[horizon]
[horizon]
[logs] ┌ 23:00:01 Symfony\Component\...\RuntimeException ── vendor/symfony/process/Pro... ┐
[logs] │ TTY mode requires /dev/tty to be read/writable. │
[logs] └─────────────────────────────────────────────────────── artisan horizon:watch ┘
[horizon] php artisan horizon:watch exited with code 1
--> Sending SIGTERM to other processes..
[logs]
[logs] php artisan pail --timeout=0 exited with code 0
--> Sending SIGTERM to other processes..
[vite]
[vite] VITE v5.4.10 ready in 413 ms
[vite]
[vite] ➜ Network: https://example.test:5173/
[vite] npm run dev exited with code 0
Script npx concurrently -k -c "#c4b5fd,#fb7185,#fdba74" "php artisan horizon:watch" "php artisan pail --timeout=0" "npm run dev" --names=horizon,logs,vite handling the dev event returned with error code 1
... while working fine with standard php artisan horizon.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
laravel-horizon-watcher or chokidar does not play nicely together with the new Laravel
composer dev
command:results in
TTY mode requires /dev/tty to be read/writable.
:... while working fine with standard
php artisan horizon
.Any idea how this could be fixed?
Beta Was this translation helpful? Give feedback.
All reactions