I install nodeJS like here shown: http://nodeguide.com/beginner.html
I have done these steps: wget http://nodejs.org/dist/node-v0.4.4.tar.gz and tar -xzf node-v0.4.4.tar.gz
But when I try this: cd node-v0.4.4.tar.gz it gives me an error: sh: line 0: cd: node-v0.4.4.tar.gz: Not a directory
And when I try this: ./configure it gives me sh: ./configure: No such file or directory
And finally when I try sudo make install it says sudo: sorry, you must have a tty to run sudo
Thank you very much
sh: ./configure: No such file or directory– hey Apr 19 '11 at 21:09