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 300e9c8 commit 37df525Copy full SHA for 37df525
tools/metacall-environment.ps1
@@ -273,7 +273,7 @@ function sub-nodejs {
273
# Install runtime
274
Expand-Archive -Path "node.zip" -DestinationPath $RuntimeDir
275
robocopy /move /e "$RuntimeDir\node-v$NodeVersion-win-x64" "$RuntimeDir" /NFL /NDL /NJH /NJS /NC /NS /NP
276
- rd "$RuntimeDir\node-v$NodeVersion-win-x64"
+ rd -Recurse -Force "$RuntimeDir\node-v$NodeVersion-win-x64"
277
278
Add-to-Path $RuntimeDir
279
0 commit comments