diff --git a/04.-MS-Windows-Setup.md b/04.-MS-Windows-Setup.md index 117666c..051c1b0 100644 --- a/04.-MS-Windows-Setup.md +++ b/04.-MS-Windows-Setup.md @@ -17,8 +17,8 @@ Then install Chocolatey ```powershell # BE SURE YOU ARE IN AN ADMINISTRATIVE PowerShell! -nvm install 12 -nvm use 12 +nvm install 12.16.0 +nvm use 12.16.0 Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) choco install yarn ```