Манифест Vite не найден. ИсключениеPhp

Кемеровские программисты php общаются здесь
Anonymous
Манифест Vite не найден. Исключение

Сообщение Anonymous »

Мое приложение работало нормально до вчерашнего утра. С сегодняшнего утра я столкнулся с этой проблемой, и, к сожалению, все мои попытки ее решить ни к чему не привели.
Моя версия laravel — 11.12.0
C:\LARAVEL PROJECT\fowambe1\ вендор\laravel\framework\src\Illuminate\Foundation\Vite.php:728

Код: Выделить всё

{
$path = $this->manifestPath($buildDirectory);

if (! isset(static::$manifests[$path])) {
if (! is_file($path)) {
throw new ViteManifestNotFoundException("Vite manifest not found at: $path");
}

static::$manifests[$path] = json_decode(file_get_contents($path), true);
}

return static::$manifests[$path];
}

/**
* Get the path to the manifest file for the given build directory.
*
Я попробовал эту команду npm run build
Результат: «Указанный путь не найден».

Подробнее здесь: https://stackoverflow.com/questions/787 ... -exception

Вернуться в «Php»