From a40429fdfff422c7cb1e71c51cd1214d6061f8a0 Mon Sep 17 00:00:00 2001 From: bbland1 <104288486+bbland1@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:08:57 -0400 Subject: [PATCH] updating the install script Signed-off-by: bbland1 <104288486+bbland1@users.noreply.github.com> --- .../assets/scripts/intro_foreground.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/five-minutes-to-feature-flags/assets/scripts/intro_foreground.sh b/five-minutes-to-feature-flags/assets/scripts/intro_foreground.sh index e8e87a5..2483104 100644 --- a/five-minutes-to-feature-flags/assets/scripts/intro_foreground.sh +++ b/five-minutes-to-feature-flags/assets/scripts/intro_foreground.sh @@ -21,8 +21,9 @@ source ~/.bashrc # ----------------------------------- # Installing Node # ----------------------------------- -curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &&\ -apt install -y nodejs < /dev/null +curl -fsSL https://deb.nodesource.com/setup_23.x | sudo -E bash - &&\ +apt-get install -y nodejs < /dev/null +node -v # ----------------------------------- @@ -37,6 +38,7 @@ cd app # npm install # ----------------------------------- npm ci +npm install -g npm@latest # ---------------------------------------------# # 🎉 Installation Complete 🎉 #