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 5e730ff commit b9dc89bCopy full SHA for b9dc89b
.evergreen/install-dependencies.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -o errexit # Exit the script with error if any of the commands fail
3
4
-NVM_WINDOWS_URL="https://github.com/coreybutler/nvm-windows/releases/download/1.1.7/nvm-noinstall.zip"
+NVM_WINDOWS_URL="https://github.com/coreybutler/nvm-windows/releases/download/1.1.9/nvm-noinstall.zip"
5
NVM_URL="https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh"
6
7
NODE_LTS_NAME=${NODE_LTS_NAME:-erbium}
@@ -109,4 +109,5 @@ tmp=${NPM_TMP_DIR}
109
EOT
110
fi
111
112
-npm install --unsafe-perm
+npm i --force --global npm
113
+npm install
0 commit comments