Update chapter-06-gbapp-reference.md

This commit is contained in:
Rodrigo Rodriguez 2021-11-23 08:07:39 -03:00 committed by GitHub
parent cb82e5a600
commit a13623bfee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,9 +64,10 @@ Node JS 14
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
node -v
sudo apt install npm
npm -v
```
### Commands to check version of Node.js and NPM.