Skip to content

Poop Code

  • Home
  • Linux

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

Categories Linux
unable to create listener: Error listen tcp4 0.0.0.0:443: bind: permission denied – Fix in Ubuntu
How to Install Kubectl in Ubuntu?
© 2025 Poop Code • Built with GeneratePress