From f6bd3e8239bf5ea292866fc665b76169af61ddb1 Mon Sep 17 00:00:00 2001 From: apolopena <3060702+apolopena@users.noreply.github.com> Date: Fri, 26 Mar 2021 18:30:32 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20TEST:=20https://github.com/apolo?= =?UTF-8?q?pena/gitpod-laravel8-starter/issues/77?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/init-gitpod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/init-gitpod.sh b/bash/init-gitpod.sh index 6dcaf64e..e636e51f 100644 --- a/bash/init-gitpod.sh +++ b/bash/init-gitpod.sh @@ -27,7 +27,7 @@ gp await-port 3306 && stop_spinner $? # BEGIN: Update npm if needed -target_npm_ver='7.7.5' +target_npm_ver='6.14.10' current_npm_ver=$(npm -v) update_npm=$(bash bash/utils.sh comp_ver_lt $current_npm_ver $target_npm_ver) if [ $update_npm == 1 ]; then