From d46340c0a930625a9e562221a53edcdf90d952de Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:09:16 +0200 Subject: [PATCH] remove npm install npm --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index c42c741..2bb8770 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -57,7 +57,6 @@ chown $app:$app "$install_dir/.env" pushd $install_dir ynh_use_nodejs - ynh_npm install npm@latest ynh_script_progression --message="npm install... This can be very long, be patient !" --weight=18 ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm ci --quiet --production --prefer-offline --network-timeout=100000