Update chapter-06-gbapp-reference.md

This commit is contained in:
Rodrigo Rodriguez 2022-10-17 17:55:00 -03:00 committed by GitHub
parent 2b5f0037bb
commit 90dc9fef1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.We
cinst git --confirm cinst git --confirm
cinst nodejs --confirm --version=14.10.1 cinst nodejs --confirm --version=14.10.1
cinst vscode --confirm cinst vscode --confirm
cinst python
npm install windows-build-tools -g npm install windows-build-tools -g
&"C:\Program Files\Git\bin\git.exe" clone https://github.com/GeneralBots/BotServer.git &"C:\Program Files\Git\bin\git.exe" clone https://github.com/GeneralBots/BotServer.git
@ -58,9 +59,6 @@ sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/v
sudo apt update sudo apt update
sudo apt install code sudo apt install code
sudo apt-get install libxtst-dev
apt-get install libpng-dev
``` ```
Node JS 14 Node JS 14
@ -74,6 +72,15 @@ npm -v
``` ```
Additional Infrastructure
```
sudo apt-get install libxtst-dev
apt-get install libpng-dev
sudo apt-get install python g++ build-essential
```
### Commands to check version of Node.js and NPM. ### Commands to check version of Node.js and NPM.
![verificar](https://user-images.githubusercontent.com/65977273/95104867-bace0d00-070c-11eb-9699-66d3b6134ea5.png) ![verificar](https://user-images.githubusercontent.com/65977273/95104867-bace0d00-070c-11eb-9699-66d3b6134ea5.png)