From bfd84a9d82ab0a1961448c239f73ba9b5835ba69 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 12 Jun 2024 08:35:05 +0200 Subject: [PATCH] revert npm to 8.1.2 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 728d69a..d12c132 100755 --- a/scripts/install +++ b/scripts/install @@ -59,7 +59,7 @@ chown $app:$app "$install_dir/.env" pushd $install_dir ynh_use_nodejs - ynh_npm install npm@latest + ynh_npm install npm@8.1.2 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