-
Notifications
You must be signed in to change notification settings - Fork 292
Description
Boost Version
2.1.1
Laravel Version
12.47.0
Agent/IDE Name & Version
No response
PHP Version
8.4
System Info
Windows 11
Description
The boost install failing.
php artisan boost:install
██████╗ ██████╗ ██████╗ ███████╗ ████████╗
██╔══██╗ ██╔═══██╗ ██╔═══██╗ ██╔════╝ ╚══██╔══╝
██████╔╝ ██║ ██║ ██║ ██║ ███████╗ ██║
██╔══██╗ ██║ ██║ ██║ ██║ ╚════██║ ██║
██████╔╝ ╚██████╔╝ ╚██████╔╝ ███████║ ██║
╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═╝
✦ Laravel Boost :: Install :: We Must Ship ✦
Let's give MyApp a Boost
Symfony\Component\Process\Exception\ProcessStartFailedException
The command "where claude 2>nul" failed.
Working directory: C:\FolderParent\FolderChild\FolderGrandchild
Error: proc_open(): CreateProcess failed: The parameter is incorrect
at vendor\symfony\process\Process.php:382
378▕ restore_error_handler();
379▕ }
380▕
381▕ if (!$process) {
➜ 382▕ throw new ProcessStartFailedException($this, $lastError);
383▕ }
384▕ $this->process = $process;
385▕ $this->status = self::STATUS_STARTED;
386▕
1 vendor\symfony\process\Process.php:252
Symfony\Component\Process\Process::start()
2 vendor\laravel\framework\src\Illuminate\Support\HigherOrderTapProxy.php:33
Symfony\Component\Process\Process::run()
Steps To Reproduce
composer require laravel/boost --dev
php artisan boost:install