From 503ed480c290c6c7e686b0f1c0381f42acaf1a5f Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Wed, 20 Dec 2023 18:50:40 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index 993928be..e15cd408 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -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