From 0dedb9f4872c545ecddde9c127cffdf3fa8b3ff9 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Tue, 28 Apr 2020 10:42:10 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index 9e879f88..2f2a5527 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -31,7 +31,7 @@ Copy and paste on a PowerShell prompt with elavated privileges and when VSCode i Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) cinst git --confirm -cinst nodejs --confirm --version=12.0.0 +cinst nodejs --confirm --version=10.19.0 cinst vscode --confirm npm install windows-build-tools -g