Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
a99e796043
commit
503ed480c2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
node -v
|
||||
sudo apt install npm
|
||||
|
|
Loading…
Add table
Reference in a new issue