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 8bcc26f commit 859b437Copy full SHA for 859b437
.evergreen/install-node.sh
@@ -15,6 +15,7 @@ if [ "$OS" == "Windows_NT" ]; then
15
else
16
if [ `uname` = Darwin ]; then
17
export NVM_DIR="$BASEDIR/.nvm"
18
+ mkdir -p "${NVM_DIR}"
19
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
20
21
echo "Setting NVM environment home: $NVM_DIR"
0 commit comments