From f72725dd0a5db175fd1dad933bf96c127bf915d6 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 9 Jun 2024 12:24:54 -0600 Subject: [PATCH] use bundled npm --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index bb24d31..5bbba57 100755 --- a/scripts/install +++ b/scripts/install @@ -16,9 +16,6 @@ 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 - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================