Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
2b29c28782
commit
a9a417ac9e
1 changed files with 2 additions and 5 deletions
|
|
@ -59,15 +59,12 @@ sudo apt update
|
|||
sudo apt install code
|
||||
```
|
||||
|
||||
NOde JS 14
|
||||
Node JS 14
|
||||
```
|
||||
# Using Ubuntu
|
||||
|
||||
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
||||
sudo apt-get install -y nodejs
|
||||
|
||||
# Using Debian, as root
|
||||
curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
|
||||
apt-get install -y nodejs
|
||||
|
||||
node -v
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue