From 603b4a722561c8ee514e2be07e1c32d60a970d16 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:24:17 +0200 Subject: [PATCH] don't install npm globally --- scripts/upgrade | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index c15711a..9523198 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -18,9 +18,6 @@ ynh_script_progression --message="Upgrading dependencies..." --weight=5 ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version -# Upgrade NPM -ynh_npm install --global npm@latest - # Install Yarn ynh_npm install --global yarn