This one is really simple.
First we will update our system, and then install Node, npm, nvm:
sudo apt updatesudo apt install nodejs -ysudo apt install npm -ycurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.shcurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bashsource ~/.nvm/nvm.shnvm list-remoteChoose the one you want, for example type:
nvm install v18.20.3And thats it!


