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 bbea45e commit 848beb7Copy full SHA for 848beb7
scripts/choco-install.ps1
@@ -22,7 +22,7 @@ New-Item -Path "${PSScriptRoot}\..\tmp\chocolatey" -ItemType "directory" -ErrorA
22
choco source add --name="cache" --source="${PSScriptRoot}\..\tmp\chocolatey" --priority=1
23
24
# Install nodejs v20.5.1 (will use cache if exists)
25
-$nodejs = "nodejs.install"
+$nodejs = "nodejs"
26
choco install "$nodejs" --version="20.5.1" --require-checksums -y
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) ) {
0 commit comments