&tag(ndenv);
*目次 [#f8d837a6]
#contents
*関連ページ [#jfcf0f99]
*参考情報 [#q571923f]
-[[riywo/ndenv:https://github.com/riywo/ndenv]]
-[[Ruby・Nodeを使うなら、rbenv・ndenvが便利 - Qiita:http://qiita.com/shuntaro_tamura/items/1a5883a24cd8d2579012]]

*概要 [#z9c4ffbb]
-Node.js用のrbenv的なもの。

*インストール [#p09f0163]
-公式サイトにある手順でいける
#pre{{
$ git clone https://github.com/riywo/ndenv ~/.ndenv
$ echo 'export PATH="$HOME/.ndenv/bin:$PATH"' >> ~/.bash_profile
$ echo 'eval "$(ndenv init -)"' >> ~/.bash_profile
$ exec $SHELL -l
}}

**プラグインのインストール [#eed5bee8]
-node-buildもインストール
 git clone https://github.com/riywo/node-build.git ~/.ndenv/plugins/node-build

**nodeのインストール [#ad9abcd0]
-最新バージョンをインストール
 $ ndenv install -l
 $ ndenv install v0.11.13
 $ ndenv rehash
 $ ndenv global v0.11.13


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS