From aeee3e4462900458722001cab231bd6f93735c64 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 5 Dec 2023 21:55:37 +0100 Subject: [PATCH] fix --- scripts/install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index f9bd936..99e2202 100755 --- a/scripts/install +++ b/scripts/install @@ -122,8 +122,10 @@ ynh_secure_remove --file="$install_dir/build_ldap" pushd "$install_dir/live" ynh_use_nodejs ynh_exec_warn_less $ynh_npm install sandboxed-module@latest - ynh_exec_warn_less $ynh_npm install -g npm@7.24.2 - npm ci + #ynh_exec_warn_less $ynh_npm install -g npm@7.24.2 + $ynh_npm cache verify + $ynh_npm cache clean --force + npm ci popd pushd "$install_dir/live/services/web"