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 add4a12 commit 50b56f2Copy full SHA for 50b56f2
.evergreen/InstallNode.ps1
@@ -23,5 +23,6 @@ Remove-Item .\npm.cmd
23
if (Test-Path .\npm.ps1) { Remove-Item .\npm.ps1 }
24
Remove-Item .\npx
25
Remove-Item .\npx.cmd
26
+if (Test-Path .\npx.ps1) { Remove-Item .\npx.ps1 }
27
Move-Item .\node_modules\npm -Destination .\node_modules\npm2
28
.\node.exe .\node_modules\npm2\bin\npm-cli.js i -g npm@6
0 commit comments