mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 01:45:50 +08:00 
			
		
		
		
	Fix npm update code
https://npmjs.org/install.sh redirects to https://www.npmjs.org/install.sh so this code would fail if it ever npm was absent when we get here.
This commit is contained in:
		
							
								
								
									
										4
									
								
								nvm.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								nvm.sh
									
									
									
									
									
								
							| @@ -675,10 +675,10 @@ nvm() { | ||||
|             if nvm_version_greater 0.2.3 "$VERSION"; then | ||||
|               echo "npm requires node v0.2.3 or higher" >&2 | ||||
|             else | ||||
|               nvm_download https://npmjs.org/install.sh -o - | clean=yes npm_install=0.2.19 sh | ||||
|               nvm_download -L https://npmjs.org/install.sh -o - | clean=yes npm_install=0.2.19 sh | ||||
|             fi | ||||
|           else | ||||
|             nvm_download https://npmjs.org/install.sh -o - | clean=yes sh | ||||
|             nvm_download -L https://npmjs.org/install.sh -o - | clean=yes sh | ||||
|           fi | ||||
|         fi | ||||
|       else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user