Sign in
cobalt
/
third_party
/
nvm
/
ec9232bb0618048ae09664286131d4e73fa2fe46
/
.
/
test
/
installation
/
io.js
/
teardown_dir
blob: a7e6f3e3cec4d441976141a29a8f2747b2eb2c28 [
file
]
#!/bin/sh
.
../../../
nvm
.
sh
nvm deactivate
nvm uninstall iojs
-
v1
.
0.0
if
[
-
f
".nvmrc"
];
then
rm
.
nvmrc
fi
if
[
-
f
".nvmrc.bak"
];
then
mv
.
nvmrc
.
bak
.
nvmrc
fi