Update Node.Js To latest version in Ubuntu October 18, 2024 by poopcode To know the current version of node.js / npm installed in your Ubuntu system, run the following command. > npm -version 6.13.4 Update node.js Use the following command to update Node.js: > npm update -g npm