As on Debian 7.0 Node.js is not included in standard repositories, if you want to install it login to server as a root and issue following commands:
apt-get install curl curl -sL https://deb.nodesource.com/setup | bash - apt-get install -y nodejs
by skufel | Apr 29, 2015 | Development, Linux, SysAdmin | 0 comments
As on Debian 7.0 Node.js is not included in standard repositories, if you want to install it login to server as a root and issue following commands:
apt-get install curl curl -sL https://deb.nodesource.com/setup | bash - apt-get install -y nodejs