Update chapter-06-gbapp-reference.md

This commit is contained in:
Rodrigo Rodriguez 2022-10-19 11:27:29 -03:00 committed by GitHub
parent a635aee1f2
commit 61ab8bc5b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ General procedures:
#### PowerShell Script #### 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 ``` powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))