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"