Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
2b5f0037bb
commit
90dc9fef1e
1 changed files with 10 additions and 3 deletions
|
@ -39,6 +39,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.We
|
|||
cinst git --confirm
|
||||
cinst nodejs --confirm --version=14.10.1
|
||||
cinst vscode --confirm
|
||||
cinst python
|
||||
npm install windows-build-tools -g
|
||||
|
||||
&"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 install code
|
||||
|
||||
sudo apt-get install libxtst-dev
|
||||
apt-get install libpng-dev
|
||||
|
||||
```
|
||||
|
||||
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.
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue