Skip to content

Commit

Permalink
Fix prettier installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpisa committed Sep 19, 2023
1 parent 0c0e128 commit 00972e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StarterKitServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected function installPrettier(InstallCommand $command): void
$command->comment('Installing prettier...');

Process::path(base_path())
->run('npm install -D prettier@2.8.8 prettier-plugin-blade prettier-plugin-tailwindcss', function (string $type, string $output) {
->run('npm install -D prettier prettier-plugin-blade prettier-plugin-tailwindcss', function (string $type, string $output) {
echo $output;
});

Expand Down

0 comments on commit 00972e2

Please sign in to comment.