nvm/test/installation_node/teardown_dir

16 lines
183 B
Plaintext
Raw Normal View History

#!/bin/sh
\. ../../nvm.sh
nvm deactivate
nvm uninstall v0.10.7
2016-06-27 04:57:01 +08:00
nvm uninstall v4.2.2
if [ -f ".nvmrc" ]; then
rm .nvmrc
fi
if [ -f ".nvmrc.bak" ]; then
mv .nvmrc.bak .nvmrc
fi