mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:00:06 +08:00 
			
		
		
		
	v0.33.7
Fixes - fix unassigned variable (#1665, #1664) - Fix for $path used by zsh (#1669) - `set -u`: ensure `NVM_USE_OUTPUT` is always set (#1671) - `install.sh`: Fix a bug that block that installation of node in install.sh (#1676) - `nvm install-latest-npm`: fix node 4-4.6 Documentation - Make `nvm cache clear` message less ambiguous (#1644) - Added missing piece (#1658)
This commit is contained in:
		| @@ -11,7 +11,7 @@ nvm_install_dir() { | ||||
| } | ||||
|  | ||||
| nvm_latest_version() { | ||||
|   echo "v0.33.6" | ||||
|   echo "v0.33.7" | ||||
| } | ||||
|  | ||||
| nvm_profile_is_bash_or_zsh() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user