If you have installed node.js with apt-get install nodejs
then it is simply node
.
STEPS :
Install node.js through
apt-get install nodejs
write
aptitude search 'nodejs'
on terminal. If aptitude not installed then writesudo apt-get install aptitude
to install aptitude. Then again writeaptitude search 'nodejs'
on terminal.i nodejs
shows next to it. It means that you have successfully installed.Enter
nodejs
on terminal;<
shows. It means thatnodejs
cmd line started.