getMessage(), 'The Mix manifest does not exist'); } public function getSolutions(Throwable $throwable): array { return [ BaseSolution::create('Missing Mix Manifest File') ->setSolutionDescription('Did you forget to run `npm ci && npm run dev`?'), ]; } }