Skip to content

Commit 9c1d184

Browse files
committed
fixup: ...
1 parent 0d80e61 commit 9c1d184

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/install-node.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ if [ "$OS" == "Windows_NT" ]; then
1515
else
1616
if [ `uname` = Darwin ]; then
1717
export NVM_DIR="$BASEDIR/.nvm"
18+
mkdir -p "${NVM_DIR}"
1819
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
1920

2021
echo "Setting NVM environment home: $NVM_DIR"

0 commit comments

Comments
 (0)