( cd "$NVM_DIR" git fetch origin git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" origin` ) && . "$NVM_DIR/nvm.sh" Usage To download, compile, and install the latest release of node, do this: nvm install node And then in any new shell just use the installe...