From 59ed4968271acc5de9dc1143ad2b22acc8621841 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 27 Jan 2024 10:06:53 +0100 Subject: [PATCH] =?UTF-8?q?what=20if=20we=20don't=20install=20corepack?= =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ec9179a..58490e3 100644 --- a/scripts/install +++ b/scripts/install @@ -227,7 +227,7 @@ pushd "$final_path/live" ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config without 'development test' ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle install -j$(getconf _NPROCESSORS_ONLN) ynh_use_nodejs - ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm i corepack + #ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm i corepack ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH corepack enable ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH corepack prepare yarn@stable --activate ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn install --pure-lockfile