Yeomanインストール(其の2) Git をインストール

node.js がインストールできたので、調子に乗って「さぁ、Yeomanのインストールだ!」と、いきなり

$ npm install yo bower grunt-cli -g

コマンドしてみたら、

・・・〜・・・

npm ERR! System Darwin 10.8.0
npm ERR! command "/Users/xxx/.nodebrew/node/v0.11.8/bin/node" "/Users/xxx/.nodebrew/current/bin/npm" "install" "yo" "bower" "grunt-cli" "-g"
npm ERR! cwd /Users/xxx
npm ERR! node -v v0.11.8
npm ERR! npm -v 1.3.13
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/xxx/npm-debug.log
npm ERR! not ok code 0

 とまあ、すごい勢いで怒られてる??

 

よくよく調べてみると、私のPCには Git が入っていないみたいでした。

 

では、気持ちを切り替えて、Git をインストールしましょう!

サルでもわかるGit入門 〜バージョン管理を使いこなそう〜 | どこでもプロジェクト管理バックログ

を参考に

Free Mercurial and Git Client for Windows and Mac | Atlassian SourceTree

からdmgファイルをダウンロードして、インストールします。

 

以上(笑。

 

Yeomanに比べると簡単すぎて逆に不安になってしまう私がここに・・・(呆然)

 

 

ーーーーーーーーーー

<参考サイト>