Installing Node Versions with NVM
How to Install Node Versions Using NVM Commands?
Both nvm-windows and nvm-sh (Linux/MacOS/WSL) use the same command to install Node versions: nvm install node
,
bash
nvm install 22.2.0
Or install nvm install 22
in short form, which installs the latest stable version of node v22
bash
nvm install 22
Successful Node installation under nvm-sh (Linux/MacOS/WSL)
Successful Node installation under nvm-windows