Update chapter-06-gbapp-reference.md

This commit is contained in:
Rodrigo Rodriguez 2023-12-20 18:50:40 -03:00 committed by GitHub
parent a99e796043
commit 503ed480c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,10 +81,10 @@ sudo apt install code
``` ```
Node JS 14 Node JS 19
``` ```
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash -
sudo apt-get install -y nodejs sudo apt-get install -y nodejs
node -v node -v
sudo apt install npm sudo apt install npm