|
|
|
@ -19,7 +19,7 @@ unset NVM_DIR
@@ -19,7 +19,7 @@ unset NVM_DIR
|
|
|
|
|
|
|
|
|
|
# NVM_DIR is not set |
|
|
|
|
install_dir=$(nvm_install_dir) |
|
|
|
|
[ "_$install_dir" = "_$HOME/.nvm" ] || die "nvm_install_dir should default to \$HOME/.nvm. Current output: $install_dir" |
|
|
|
|
[ "_$install_dir" = "_\$HOME/.nvm" ] || die "nvm_install_dir should default to \$HOME/.nvm. Current output: $install_dir" |
|
|
|
|
|
|
|
|
|
cleanup |
|
|
|
|
|
|
|
|
|