Vamos dizer que queremos instalar (ou fazer o downgrade para) o nó 0.6.19 em vez da versão mais recente.
Se você já tem o nó, desinstale a versão atual com:
$ brew uninstall node
Em seguida, pesquise as versões disponíveis da fórmula:
$ brew versions node
0.8.3 git checkout 31f8d9f Library/Formula/node.rb
0.8.2 git checkout 50ae8e4 Library/Formula/node.rb
0.8.1 git checkout 9ff0a1d Library/Formula/node.rb
0.8.0 git checkout 01f8006 Library/Formula/node.rb
0.6.19 git checkout 83988e4 Library/Formula/node.rb
Agora verifique a versão desejada. Supondo que você esteja em / usr / local / :
$ git checkout 83988e4 Library/Formula/node.rb
Finalmente instale o nó:
$ brew install node
Feito!