We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed433c7 + b8b64d0 commit 1aab007Copy full SHA for 1aab007
packages/vite/src/Installer/ViteInstaller.php
@@ -97,7 +97,7 @@ public function install(): void
97
ignoreNonExisting: true,
98
);
99
100
- $packageManager = PackageManager::detect(root_path());
+ $packageManager = PackageManager::detect(root_path()) ?? PackageManager::NPM;
101
102
$this->console->instructions([
103
$shouldInstallTailwind
0 commit comments