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 8111eea commit 4d6e4c4Copy full SHA for 4d6e4c4
.evergreen/preinstall.sh
@@ -39,7 +39,7 @@ if [ -n "$IS_WINDOWS" ]; then
39
rm -rf node-v$NODE_JS_VERSION-win-$ARCH
40
41
echo "Installing npm@$NPM_VERSION..."
42
- rm -rf npm npx npm.cmd npx.cmd
+ rm -rf npm npx npm.cmd npx.cmd npm.ps1 npx.ps1
43
mv node_modules/npm node_modules/npm2
44
chmod +x ./node.exe
45
0 commit comments