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 a9a417ac9e
commit 39a1830b1d

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.