Fehler „stty: ungültiges Argument“ beim Erstellen einer neuen Laravel-App oder eines neuen Filament-PanelsPhp

PHP-Programmierer chatten hier
Anonymous
 Fehler „stty: ungültiges Argument“ beim Erstellen einer neuen Laravel-App oder eines neuen Filament-Panels

Post by Anonymous »

Ich verwende Kubuntu (25.10) und habe gerade versucht, eine neue Laravel-App mit dem Laravel-Installationsprogramm laravel new myapp zu erstellen und habe diesen Fehler erhalten

In Terminal.php Zeile 114:
stty: ungültiges Argument
'4500:5:f00bf:8a3b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0'
new [--dev] [--git] [--branch BRANCH] [--github [GITHUB]]
[--organization ORGANIZATION] [--database DATABASE] [--react] [--vue]
[--livewire] [--livewire-class-components] [--workos]
[--no-authentication] [--pest] [--phpunit] [--npm] [--pnpm] [--bun]
[--yarn] [--boost] [--using [USING]] [-f|--force] [--]

Also habe ich Composer verwendet, um es zu installieren filament:install --panels:

Code: Select all

RuntimeException

stty: invalid argument '4500:5:f00bf:8a3b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0'

at vendor/laravel/prompts/src/Terminal.php:114
110▕         $stderr = stream_get_contents($pipes[2]);
111▕         $code = proc_close($process);
112▕
113▕         if ($code !== 0 || $stdout === false) {
➜ 114▕             throw new RuntimeException(trim($stderr ?: "Unknown error (code: $code)"), $code);
115▕         }
116▕
117▕         return $stdout;
118▕     }

+19 vendor frames

20  artisan:16
Illuminate\Foundation\Application::handleCommand()

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post