From a5f6da97b63aecb1495fca8701b52c3beacd1d41 Mon Sep 17 00:00:00 2001 From: nothingismagick Date: Sat, 15 Feb 2020 18:49:40 +0100 Subject: [PATCH] Updated 04. MS Windows Setup (markdown) --- 04.-MS-Windows-Setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```