--loglevel verbose

This commit is contained in:
denihs
2024-10-17 16:29:26 -04:00
parent 98a0e3660d
commit f0939e9be3

View File

@@ -296,7 +296,7 @@ Function Add-NpmModulesFromJsBundleFile {
Write-Host "Run Commands.npm path: $($Commands.npm)" -ForegroundColor Magenta
Write-Host "$(where npm)"
& "$($Commands.npm)" install --verbose
& "$($Commands.npm)" install --loglevel verbose
Write-Host "Done running Commands.npm" -ForegroundColor Magenta
if ($LASTEXITCODE -ne 0) {
throw "Couldn't install npm packages."