git を使用してノード js をインストールします。使用する方法は以下のとおりです。
mkdir ~/local
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
git clone git://github.com/joyent/node.git
cd node
./configure --prefix=~/local
make install
cd ..
この後、コマンドラインでノードを使用すると、ノードがないと表示されます。メソッドフォームhttps://gist.github.com/isaacs/579814を取得しましたが、機能しません。私の道はここにあります。