Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpisa committed Sep 20, 2023
1 parent 1ed16b3 commit 8da3f93
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 prettier-plugin-blade prettier-plugin-tailwindcss', function (string $type, string $output) {
->run('npm install -D prettier@^2.0.2 prettier-plugin-blade prettier-plugin-tailwindcss@^0.4.1', function (string $type, string $output) {
echo $output;
});

Expand Down

0 comments on commit 8da3f93

Please sign in to comment.