I have to install nvm cus `node -v` keep showing me 16.14 besides the desired version
Downloading nvm thought curl
Downloading nvm thought curl
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
Setting its source
Installing the latest version trough nvm
source ~/.nvm/nvm.sh
nvm install node
in case u want to install a specific node version
nvm install 17.7.2
nvm use 18.1
corrovore node version usednode -v
I hope u find this info useful ʕ•́ᴥ•̀ʔっ