タグ

ブックマーク / qiita.com/yuiseki (1)

  • node.js開発環境を整理 yeomanの導入 - Qiita

    node.jsの削除と再インストール Ubuntuのapt経由で入れていたnode.jsが古くなっていたので sudo aptitude purge nodejs nodejs-dev npm で消して http://nodejs.org/ で最新版を確認 nave経由でインストールする cd repos git clone https://github.com/isaacs/nave.git cd nave ./nave.sh install 0.8.22 ./nave.sh use 0.8.22 node -v 開発支援系パッケージのインストール ついでにyeoman, grunt.js, bowerなどの開発支援系パッケージも入れてみる npm install -g yo grunt-cli bower http://yeoman.io/ http://gruntjs.com/ ht

    node.js開発環境を整理 yeomanの導入 - Qiita
  • 1