mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 18:25:52 +08:00 
			
		
		
		
	
							
								
								
									
										2
									
								
								nvm.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								nvm.sh
									
									
									
									
									
								
							| @@ -193,7 +193,7 @@ nvm() { | |||||||
|       echo "    nvm install v0.10.23        Install a specific version number" |       echo "    nvm install v0.10.23        Install a specific version number" | ||||||
|       echo "    nvm use 0.10                Use the latest available 0.10.x release" |       echo "    nvm use 0.10                Use the latest available 0.10.x release" | ||||||
|       echo "    nvm run 0.10.23 myApp.js    Run myApp.js using node v0.10.23" |       echo "    nvm run 0.10.23 myApp.js    Run myApp.js using node v0.10.23" | ||||||
|       echo "    nvm alias default v0.10.23  Version node will be use on login shell by default" |       echo "    nvm alias default 0.10.23  Set default node version on a shell" | ||||||
|       echo |       echo | ||||||
|       echo "Note:" |       echo "Note:" | ||||||
|       echo "    to remove, delete or uninstall nvm - just remove ~/.nvm, ~/.npm and ~/.bower folders" |       echo "    to remove, delete or uninstall nvm - just remove ~/.nvm, ~/.npm and ~/.bower folders" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user