ndenv
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(ndenv);
*目次 [#f8d837a6]
#contents
*関連ページ [#jfcf0f99]
*参考情報 [#q571923f]
-[[riywo/ndenv:https://github.com/riywo/ndenv]]
-[[Ruby・Nodeを使うなら、rbenv・ndenvが便利 - Qiita:http:...
*概要 [#z9c4ffbb]
-Node.js用のrbenv的なもの。
*インストール [#p09f0163]
-公式サイトにある手順でいける
#pre{{
$ git clone https://github.com/riywo/ndenv ~/.ndenv
$ echo 'export PATH="$HOME/.ndenv/bin:$PATH"' >> ~/.bash_...
$ echo 'eval "$(ndenv init -)"' >> ~/.bash_profile
$ exec $SHELL -l
}}
**プラグインのインストール [#eed5bee8]
-node-buildもインストール
git clone https://github.com/riywo/node-build.git ~/.nde...
**nodeのインストール [#ad9abcd0]
-最新バージョンをインストール
$ ndenv install -l
$ ndenv install v0.11.13
$ ndenv rehash
$ ndenv global v0.11.13
終了行:
&tag(ndenv);
*目次 [#f8d837a6]
#contents
*関連ページ [#jfcf0f99]
*参考情報 [#q571923f]
-[[riywo/ndenv:https://github.com/riywo/ndenv]]
-[[Ruby・Nodeを使うなら、rbenv・ndenvが便利 - Qiita:http:...
*概要 [#z9c4ffbb]
-Node.js用のrbenv的なもの。
*インストール [#p09f0163]
-公式サイトにある手順でいける
#pre{{
$ git clone https://github.com/riywo/ndenv ~/.ndenv
$ echo 'export PATH="$HOME/.ndenv/bin:$PATH"' >> ~/.bash_...
$ echo 'eval "$(ndenv init -)"' >> ~/.bash_profile
$ exec $SHELL -l
}}
**プラグインのインストール [#eed5bee8]
-node-buildもインストール
git clone https://github.com/riywo/node-build.git ~/.nde...
**nodeのインストール [#ad9abcd0]
-最新バージョンをインストール
$ ndenv install -l
$ ndenv install v0.11.13
$ ndenv rehash
$ ndenv global v0.11.13
ページ名: