mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 18:25:52 +08:00 
			
		
		
		
	| @@ -294,6 +294,10 @@ nvm_check_global_modules() { | |||||||
| } | } | ||||||
|  |  | ||||||
| nvm_do_install() { | nvm_do_install() { | ||||||
|  |   if [ -n "${NVM_DIR-}" ] && ! [ -d "${NVM_DIR}" ]; then | ||||||
|  |     echo >&2 "You have \$NVM_DIR set to \"${NVM_DIR}\", but that directory does not exist. Check your profile files and environment." | ||||||
|  |     exit 1 | ||||||
|  |   fi | ||||||
|   if [ -z "${METHOD}" ]; then |   if [ -z "${METHOD}" ]; then | ||||||
|     # Autodetect install method |     # Autodetect install method | ||||||
|     if nvm_has git; then |     if nvm_has git; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user