Adding a symlink in .nvm to the current version. Fixes #430. Closes #447. Relates to #358. Fixes #355. Closes #313. Fixes #381.
@@ -546,6 +546,7 @@ nvm() {
export NODE_PATH
export NVM_PATH="$NVM_DIR/$VERSION/lib/node"
export NVM_BIN="$NVM_DIR/$VERSION/bin"
rm -f "$NVM_DIR/current" && ln -s "$NVM_DIR/$VERSION" "$NVM_DIR/current"
echo "Now using node $VERSION"
;;
"run" )
The note is not visible to the blocked user.