Skip to content

Commit 557f5eb

Browse files
WIP (#776)
1 parent 4e77c53 commit 557f5eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Console/Commands/MaryInstallCommand.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function setupTailwindDaisy(string $packageManagerCommand)
6969
*/
7070
$this->info("\nInstalling daisyUI + Tailwind...\n");
7171

72-
Process::run("$packageManagerCommand tailwindcss daisyui@latest postcss autoprefixer", function (string $type, string $output) {
72+
Process::run("$packageManagerCommand tailwindcss@^3 daisyui@^4 postcss autoprefixer", function (string $type, string $output) {
7373
echo $output;
7474
})->throw();
7575

@@ -172,6 +172,7 @@ public function copyStubs(string $shouldInstallVolt): void
172172
$this->warn('---------------------------------------------');
173173
$this->warn('🚨 Starter kit detected. Skipping demo components. 🚨');
174174
$this->warn('---------------------------------------------');
175+
175176
return;
176177
}
177178

0 commit comments

Comments
 (0)