Node.js v0.4.12 (use nvm)
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash # install nvm
nvm install 0.4.12
nvm use --delete-prefix v0.4.12
# See https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
$ apt-get install nodejs npm
$ npm install
brew install nodejs
curl https://npmjs.org/install.sh | sh
npm link