From e632bf3ab368f2c26518788dc4b96957cec4cea1 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:08:46 +0200 Subject: [PATCH] remove npm install npm --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 728d69a..6ebb1ed 100755 --- a/scripts/install +++ b/scripts/install @@ -59,7 +59,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