Skip to content

Commit

Permalink
Update chapter-06-gbapp-reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez authored Dec 20, 2023
1 parent a99e796 commit 503ed48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/chapter-06-gbapp-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 503ed48

Please sign in to comment.