From a635aee1f2555998837ba3fd8d2aefbf3e6d1a18 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Mon, 17 Oct 2022 18:02:57 -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 f1d57034..3e278d17 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -41,6 +41,7 @@ cinst nodejs --confirm --version=14.10.1 cinst vscode --confirm cinst python npm install windows-build-tools -g +npm install -g node-gyp &"C:\Program Files\Git\bin\git.exe" clone https://github.com/GeneralBots/BotServer.git cd BotServer @@ -77,6 +78,7 @@ Additional Infrastructure sudo apt-get install libxtst-dev apt-get install libpng-dev sudo apt-get install python g++ build-essential +npm install -g node-gyp ```