Yosemiteでは、Homebrewからはインストールできない(http://qiita.com/armorik83/items/ed97c618a55d9c13c34b) ので、(https://github.com/hokaccha/nodebrew#install) にある方法を使用する

動作確認

Mac OS X

Yosemite

Nodebrew のインストール

以下のシェルだと現在はうごかない
$ brew install nodebrew
$ echo export PATH=$HOME/.nodebrew/current/bin:$PATH >> ~/.bash_profile
$ source ~/.bash_profile

こちらを使用する。

# Homebrewでインストールしてしまった場合は、アンインストールする
$ brew uninstall nodebrew
$ curl -L git.io/nodebrew | perl - setup
$ echo export PATH=$HOME/.nodebrew/current/bin:$PATH >> ~/.bash_profile
$ source ~/.bash_profile

Node.js のインストール

$ nodebrew install 4.2.2