Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
a9a417ac9e
commit
39a1830b1d
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 -
|
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
||||||
sudo apt-get install -y nodejs
|
sudo apt-get install -y nodejs
|
||||||
|
|
||||||
|
|
||||||
node -v
|
node -v
|
||||||
|
sudo apt install npm
|
||||||
|
npm -v
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Commands to check version of Node.js and NPM.
|
### Commands to check version of Node.js and NPM.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue