*[http://typea.info/blg/glob/2017/05/windows-nodejs-bower-ssl.html Windows の Node.js Bower などで SSLエラーが発生する]
===[[Mac]]にインストール===
*====Homebrew インストール====
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
*Homebrewバージョン確認
*nodebrew にパスを通す
echo 'export PATH=$HOME/.nodebrew/current/bin:$PATH' >> ~/.bash_profile
*====node.js インストール====*エラーが出る場合 mkdir -p ~/.nodebrew/src*バージョン確認
nodebrew ls-remote
*バージョン指定
*最新
nodebrew install-binary latest
*エラーが出る場合
mkdir -p ~/.nodebrew/src
*確認と必要なバージョンの有効化
nodebrew ls