Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
cb82e5a600
commit
a13623bfee
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue