- Install WSL and ubuntu (from the windows store)
- Run the WSL
- Install NVM (see: https://github.com/nvm-sh/nvm
- Restart the session
- Run
nvm install --lts node
# Powershell
wsl --d Ubuntu --user root
# BashShell
passwd <your-username>nvm install --lts node# Powershell
wsl --d Ubuntu --user root
# BashShell
passwd <your-username>