Installing node JS on Ubuntu 22 using multiversion called NVM


This commando let you install NVM node JS on linux 




curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash

This commando could change on the time for mar information check the resorce:


Resource

https://www.nvmnode.com/guide/installation-sh.html#google_vignette

Comments