From 804da7c2961dd11808c7d17ea66769c10e10a3c6 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 25 Apr 2020 22:48:51 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index e5f75150..c873b51a 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -29,6 +29,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.We cinst git --confirm cinst nodejs --confirm --version=12.0.0 cinst vscode --confirm +npm install windows-build-tools -g &"C:\Program Files\Git\bin\git.exe" clone https://github.com/GeneralBots/BotServer.git cd BotServer @@ -51,6 +52,7 @@ cd BotServer cinst git --confirm cinst nodejs --confirm +npm install windows-build-tools -g ```