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 3beb6cf commit b13c62aCopy full SHA for b13c62a
.evergreen/install-node.sh
@@ -16,6 +16,7 @@ else
16
if [ `uname` = Darwin ]; then
17
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
18
19
+ export NVM_DIR="$BASEDIR/.nvm"
20
echo "Setting NVM environment home: $NVM_DIR"
21
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
22
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
0 commit comments