DEV Community

Discussion on: How to Update Node.js to the latest version on Ubuntu

Collapse
 
mdmarufsarker profile image
Md. Maruf Sarker • Edited

install nodejs whatever version it is
then type
sudo npm i -g n
sudo n stable

Now you good to go

Collapse
 
rzpanahi profile image
Reza Panahi

Saved me a lot of time. thank you