Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
befc237dd4
commit
0cfc297068
1 changed files with 3 additions and 8 deletions
|
@ -94,14 +94,11 @@ apt install code
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Node JS 20
|
#### Node JS 22
|
||||||
```
|
```
|
||||||
|
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | -E bash -
|
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh && sudo -E bash nodesource_setup.sh && sudo apt-get install -y nodejs && node -v
|
||||||
apt-get install -y nodejs
|
|
||||||
node -v
|
|
||||||
apt install npm
|
|
||||||
npm -v
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -112,8 +109,6 @@ apt-get install cpulimit
|
||||||
sudo apt-get install expect
|
sudo apt-get install expect
|
||||||
apt-get install libxtst-dev
|
apt-get install libxtst-dev
|
||||||
apt-get install libpng-dev
|
apt-get install libpng-dev
|
||||||
apt-get install python g++ build-essential
|
|
||||||
npm install -g node-gyp
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue