There was an error while loading. Please reload this page.
1 parent 05055e7 commit 8e768f4Copy full SHA for 8e768f4
1 file changed
src/node/install.sh
@@ -309,7 +309,6 @@ curl -so- "https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/install.
309
curl -so- "https://raw.githubusercontent.com/nvm-sh/nvm/\${PREV_NVM_VERSION}/install.sh" | bash
310
NVM_VERSION="\${PREV_NVM_VERSION}"
311
}
312
-export NVM_DIR="${NVM_DIR}"
313
[ -s "\$NVM_DIR/nvm.sh" ] && . "\$NVM_DIR/nvm.sh"
314
if [ "${NODE_VERSION}" != "" ]; then
315
nvm alias default "${NODE_VERSION}"
0 commit comments