i tried a lot to install latest version of nodejs
and i followed instruction in their website here Installing Node.js via package manager
i have ubuntu 16.04LTS operating system. when i try this command
nodejs -v
to check version i installed.i expected it will be 9.9.0
but i found it is v4.2.6
i also tried this command sudo apt-get install nodejs-legacy
but the result still the same.
so how can i install the latest version of nodejs
thanks for all of you