nodebrewのインストール
curl -L git.io/nodebrew | perl - setup
PATHを通す
echo 'export PATH=$HOME/.nodebrew/current/bin:$PATH' >> ~/.bash_profile
再読み込み
source ~/.profile
nodebrewのインストール
curl -L git.io/nodebrew | perl - setup
PATHを通す
echo 'export PATH=$HOME/.nodebrew/current/bin:$PATH' >> ~/.bash_profile
再読み込み
source ~/.profile