From 53c185adff5a1d10d6e6a7354e00eaa0550f713b Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 27 May 2024 07:55:46 +0200 Subject: [PATCH] Upgrade npm --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index bb24d31..d18f078 100755 --- a/scripts/install +++ b/scripts/install @@ -17,7 +17,7 @@ ynh_script_progression --message="Installing dependencies..." --weight=10 ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version # Upgrade NPM -ynh_npm install --global npm@7.21.1 +ynh_npm install --global npm@latest #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE