
(*) VERSION="$(nvm_version "$PROVIDED_VERSION")" VERSION="$(nvm_version "$PROVIDED_VERSION")" NEWPATH="$(nvm_strip_path "$NODE_PATH" "/lib/node_modules")"Įcho "$NVM_DIR/*/lib/node_modules removed from \$NODE_PATH" NEWPATH="$(nvm_strip_path "$MANPATH" "/share/man")"Įcho "Could not find $NVM_DIR/*/share/man in \$MANPATH" >&2Įcho "$NVM_DIR/*/share/man removed from \$MANPATH" NEWPATH="$(nvm_strip_path "$PATH" "/bin")"Įcho "Could not find $NVM_DIR/*/bin in \$PATH" >&2Įcho "$NVM_DIR/*/bin removed from \$PATH"

Nvm unalias "$(command basename "$ALIAS")" tar.gz" "$VERSION_PATH" 2> /dev/nullįor ALIAS in `command grep -l $VERSION "$(nvm_alias_path)/*" 2>/dev/null` All other "which" commands work.įile output after typing "which nvm": nvm ().

I have restarted my shell and when I type "which nvm" I get the file output instead of a file path locating the nvm version.

I have followed through the caveats: mkdir ~/.nvmĪddED to my.
