Update chapter-06-gbapp-reference.md

This commit is contained in:
Rodrigo Rodriguez 2024-09-24 14:13:17 -03:00 committed by GitHub
parent befc237dd4
commit 0cfc297068
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
``` ```