Sign in
cobalt
/
third_party
/
nvm
/
37e0977e6060b1dfdebcd77a0aa8ecc9d3fd3ba4
/
.
/
test
/
installation_node
/
teardown_dir
blob: 2aad120475af8cbf5b0258ac3e82478461be44c3 [
file
]
#!/bin/sh
\.
../../
nvm
.
sh
nvm deactivate
nvm uninstall v0
.
10.7
nvm uninstall v4
.
2.2
if
[
-
f
".nvmrc"
];
then
rm
.
nvmrc
fi
if
[
-
f
".nvmrc.bak"
];
then
mv
.
nvmrc
.
bak
.
nvmrc
fi