This website works better with JavaScript.
Explore
Help
Sign In
alvis
/
nvm
Watch
1
Star
0
Fork
You've already forked nvm
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
679
Commits
1
Branch
90
Tags
3.7 MiB
Tree:
a4da8a48ef
nvm
/
test
/
installation
/
setup_dir
7 lines
63 B
Raw
Normal View
History
Unescape
Escape
Clean up after existing `nvm install` tests.
11 years ago
#!/bin/sh
if [ -f ".nvmrc" ]; then
mv .nvmrc .nvmrc.bak
fi