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.
$nodejs
1 parent 0e08885 commit 2e603cbCopy full SHA for 2e603cb
scripts/choco-install.ps1
@@ -23,7 +23,7 @@ choco source add --name="cache" --source="${PSScriptRoot}\..\tmp\chocolatey" --p
23
24
# Install nodejs v20.5.1 (will use cache if exists)
25
$nodejs = "nodejs"
26
-choco install '$nodejs' --version='20.5.1' --require-checksums -y --no-progress
+choco install "$nodejs" --version='20.5.1' --require-checksums -y --no-progress
27
# Internalise nodejs to cache if doesn't exist
28
if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$nodejs\$nodejs.20.5.1.nupkg" -PathType Leaf) ) {
29
Save-ChocoPackage -PackageName $nodejs
0 commit comments