Instructions to uninstall in case of problems

This commit is contained in:
joshmccall221 2016-06-30 11:37:37 -05:00 committed by GitHub
parent a24ff3e605
commit 0c846c8c97

View File

@ -347,3 +347,15 @@ If setting the `default` alias does not establish the node version in new shells
[3]: https://travis-ci.org/creationix/nvm [3]: https://travis-ci.org/creationix/nvm
[Urchin]: https://github.com/scraperwiki/urchin [Urchin]: https://github.com/scraperwiki/urchin
[Fish]: http://fishshell.com [Fish]: http://fishshell.com
## Uninstall
```
rm -rf $NVM_DIR ~/.npm ~/.bower && \
unset NVM_DIR
```
You may have to remove the following from your ~/.*rc
```
export NVM_DIR="~/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
```