From 61ab8bc5b116ec7e24360f3a247c6d077f258af5 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Wed, 19 Oct 2022 11:27:29 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index 3e278d17..fb0efcfe 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -31,7 +31,8 @@ General procedures: #### PowerShell Script -Copy and paste on a PowerShell prompt with elavated privileges and when VSCode is opened just press F5 to run the development server. +Copy and paste on a PowerShell prompt with elavated privileges and when VSCode is opened just press F5 to run the development server. +Please ensure that Node.js is not installed. ``` powershell Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))