mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-25 11:14:51 +00:00
Respect previously nvm-loaded node version when sourcing
This commit is contained in:

committed by
Jordan Harband

parent
b111436fde
commit
eabd7ab13d
@@ -9,5 +9,6 @@ rm -rf ../../v0.9.12
|
||||
|
||||
\. ../../nvm.sh
|
||||
nvm install 0.10.1 || echo >&2 'nvm install 0.10.1 failed'
|
||||
nvm install 0.10.3 || echo >&2 'nvm install 0.10.3 failed'
|
||||
nvm unalias default || 'removing default alias failed'
|
||||
nvm unload || echo >&2 'nvm unload failed'
|
||||
|
Reference in New Issue
Block a user