Respect previously nvm-loaded node version when sourcing

This commit is contained in:
Xandor Schiefer
2016-11-14 19:18:24 +02:00
committed by Jordan Harband
parent b111436fde
commit eabd7ab13d
5 changed files with 48 additions and 9 deletions

View File

@@ -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'