Autoprefixer のインストール

how-to-install-Autoprefixer.md
島口さんありがとうございます!

$ curl -sSL https://raw.github.com/isaacs/nave/master/nave.sh | bash -s usemain 0.10 && npm install -g autoprefixer

したら、

-bash: $: command not found
-bash: npm: command not found

と出た。$ はぐぐりようがないのでほっといて、npm は Node Packaged Modules だそうで。へー。node.js なんて見たことすらないからきっとインストールされていないんだろう。

node -v
-bash: node: command not found

ほらね!

ひとまず早急に使うぜ!!というわけではないので少しの間後回し。次は node.js のインストールからやります(`・ω・´)ゞ