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 e2c5390 commit a845126Copy full SHA for a845126
.evergreen/InstallNode.ps1
@@ -20,6 +20,7 @@ Get-ChildItem -Path $PSScriptRoot
20
Set-Location -Path $node_dir
21
Remove-Item .\npm
22
Remove-Item .\npm.cmd
23
+Remove-Item .\npm.ps1
24
Remove-Item .\npx
25
Remove-Item .\npx.cmd
26
Move-Item .\node_modules\npm -Destination .\node_modules\npm2
0 commit comments