From 50aabb1cbbc1cb3170ba494287da0795404e579b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 11 Jan 2024 10:29:24 +0100 Subject: [PATCH] Upgrading npm and install yarn the corepack way --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index eeab8bc..60ef49d 100644 --- a/scripts/install +++ b/scripts/install @@ -59,6 +59,8 @@ ynh_script_progression --message="Building Yarn dependencies..." pushd "$install_dir" ynh_use_nodejs + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH ynh_npm install npm@latest + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH corepack enable ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn config set network-timeout 300000 ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install --production --pure-lockfile ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn cache clean