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

概要

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

すると、エラーが続出><。

Yeomanのインストール

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 をインストールしましょう!

サルでもわかるGit入門 〜バージョン管理を使いこなそう〜 | どこでもプロジェクト管理バックログ
を参考に
Free Mercurial and Git Client for Windows and Mac | Atlassian SourceTree
からdmgファイルをダウンロードして、インストールします。

以上(笑。

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

参考サイト

投稿日:

ページのトップへ戻る