mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
installation test
This commit is contained in:
parent
87f057d6a4
commit
562cd9ca72
@ -4,10 +4,11 @@ set -e
|
|||||||
. ../../nvm.sh
|
. ../../nvm.sh
|
||||||
|
|
||||||
# Remove the stuff we're clobbering.
|
# Remove the stuff we're clobbering.
|
||||||
[ -e ../v0.6.14 ] && rm -R ../v0.6.14
|
[ -e ../../v0.6.14 ] && rm -R ../../v0.6.14
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
nvm install 0.6.14
|
nvm install 0.6.14
|
||||||
|
|
||||||
# Check
|
# Check
|
||||||
[ -d ../v0.6.14 ]
|
[ -d ../../v0.6.14 ]
|
||||||
|
nvm use v0.6.14 --version | grep v0.6.14
|
||||||
|
Loading…
Reference in New Issue
Block a user