Skip to content

Commit

Permalink
improve solution message
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jun 15, 2022
1 parent 18f7cf2 commit 5409e69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function getSolutions(Throwable $throwable): array
{
return [
BaseSolution::create('Missing Mix Manifest File')
->setSolutionDescription('Did you forget to run `npm ci && npm run dev`?'),
->setSolutionDescription('Did you forget to run `npm install && npm run dev`?'),
];
}
}

0 comments on commit 5409e69

Please sign in to comment.