Node.js版のrbenvのようなやつをMacにインストールした。 複数バージョンのnode.jsをホームディレクトリにインストールでき、アプリ毎に別バージョンのnode.jsを使える。 node.jsのバージョン管理のためにndenv & node-buildを作ったのとanyenvの宣伝 – As a Futurist… https://github.com/riywo/ndenv git clone git@github.com:riywo/ndenv.git ~/.ndenv mkdir .ndenv/plugins git clone git@github.com:riywo/node-build.git ~/.ndenv/plugins/node-build インストール機能はnode-buildというプラグインにわかれている。 .bash_profileや.zshrcに設定