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.
nvm-exec
1 parent 294ff9e commit e2ff1e7Copy full SHA for e2ff1e7
nvm-exec
@@ -7,6 +7,7 @@ unset NVM_CD_FLAGS
7
# shellcheck disable=SC1090,SC1091
8
\. "$DIR/nvm.sh" --no-use
9
10
+nvm_rc_version > /dev/null && nvm_ensure_version_installed "$NVM_RC_VERSION";
11
if [ -n "$NODE_VERSION" ]; then
12
nvm use "$NODE_VERSION" > /dev/null || exit 127
13
elif ! nvm use >/dev/null 2>&1; then
0 commit comments