Install node.js on debian
How to install node.js on Debian Wheezy
Follow instructions but doesn't work
https://github.com/joyent/node/wiki/Installation
# wget http://nodejs.org/dist/v0.10.24/node-v0.10.24-linux-x64.tar.gz
# tar -zxf node-v0.10.24-linux-x64.tar.gz && cd node-v0.10.24-linux-x64
# ./configure && make && make install
The first two lines turn out fine, but running the third line returns this error
-bash: ./configure: No such file or directory
node.js dir
root@dyntest-amd-6000-8gb ~/node-v0.10.24-linux-x64 # ls
bin ChangeLog include lib LICENSE README.md share
root@dyntest-amd-6000-8gb ~/node-v0.10.24-linux-x64 #
0
source to share
1 answer