mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	
							
								
								
									
										4
									
								
								nvm.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								nvm.sh
									
									
									
									
									
								
							| @@ -1225,7 +1225,11 @@ nvm() { | ||||
|       if [ "$NVM_SYMLINK_CURRENT" = true ]; then | ||||
|         command rm -f "$NVM_DIR/current" && ln -s "$NVM_VERSION_DIR" "$NVM_DIR/current" | ||||
|       fi | ||||
|       if nvm_is_iojs_version "$VERSION"; then | ||||
|         echo "Now using io.js $(nvm_strip_iojs_prefix "$VERSION")" | ||||
|       else | ||||
|         echo "Now using node $VERSION" | ||||
|       fi | ||||
|     ;; | ||||
|     "run" ) | ||||
|       local provided_version | ||||
|   | ||||
		Reference in New Issue
	
	Block a user