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()
Mobile version