From f908e9051734ab05b803df03471eb4e5ff80de07 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:51:23 +0100 Subject: [PATCH] Upgrade npm --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index c2acfad..c65e674 100644 --- a/scripts/install +++ b/scripts/install @@ -17,6 +17,9 @@ ynh_script_progression --message="Installing dependencies..." --weight=20 # Install Nodejs ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version +# Upgrade NPM +ynh_npm install --global npm@latest + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================