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.
1 parent 7597029 commit b8b64d0Copy full SHA for b8b64d0
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