mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	Remove incorrect message
This commit is contained in:
		| @@ -40,7 +40,7 @@ nvm_source() { | |||||||
|   echo "$NVM_SOURCE_URL" |   echo "$NVM_SOURCE_URL" | ||||||
| } | } | ||||||
|  |  | ||||||
| #  | # | ||||||
| # Node.js version to install | # Node.js version to install | ||||||
| # | # | ||||||
| nvm_node_version() { | nvm_node_version() { | ||||||
| @@ -103,7 +103,6 @@ nvm_install_node() { | |||||||
|   NODE_VERSION="$(nvm_node_version)" |   NODE_VERSION="$(nvm_node_version)" | ||||||
|  |  | ||||||
|   if [ -z "$NODE_VERSION" ]; then |   if [ -z "$NODE_VERSION" ]; then | ||||||
|     echo "=> You can now install Node.js by running \`nvm install\`" |  | ||||||
|     return 0 |     return 0 | ||||||
|   fi |   fi | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user