From a793bfa17205fda5e942448aa810a03cdc9b3545 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 23 Apr 2021 11:15:03 -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 543997fe..3d16e809 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=10.19.0 +cinst nodejs --confirm --version=14.10.1 cinst vscode --confirm npm install windows-build-tools -g