Here is the binary for debian

https://github.com/nodesource/distributions

Usually i install from source

wget http://nodejs.org/dist/v0.10.31/node-v0.10.31.tar.gz

tar -zxvf node-v0.10.31.tar.gz

cd node-v0.10.31

./configure

make ; sudo make install