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 e9e3958 commit c68c44eCopy full SHA for c68c44e
build.ps1
@@ -187,7 +187,7 @@ if ($null -ne $packageType) {
187
else {
188
if (Get-Command 'winget' -ErrorAction Ignore) {
189
Write-Verbose -Verbose "Using winget to install Node.js"
190
- & winget install OpenJS.NodeJS --accept-source-agreements --accept-package-agreements --source winget
+ winget install OpenJS.NodeJS --accept-source-agreements --accept-package-agreements --source winget --silent
191
} else {
192
Write-Warning "winget not found, please install Node.js manually"
193
}
0 commit comments