From cb82e5a6000368a65da76b5f1cffdf05756deacc Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Tue, 23 Nov 2021 08:05:16 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index a909ddcb..a4eb4732 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -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 ```