macの最近の環境構築。winもほぼ変わらないと思うのでURL見つけておこう。
- homebrew
- git
- nodebrew
- npm
###インストール内容
homebrew
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
...
==> The Xcode Command Line Tools will be installed.
Press RETURN to continue or any other key to abort
RETURNして自分のPC開く時のpassword入力
Already up-to-date.
==> Installation successful!
git
$ brew install git
参考にしたサイト
https://qiita.com/micheleno13/items/133aee005ae37c28960e
nodebrew
$ brew install nodebrew
参考にしたサイト
https://qiita.com/mame_daifuku/items/373daf5f49ee585ea498