From a4552ec4402f6f1afcc0b6a4503c279a60163fce Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:38:13 -0800 Subject: [PATCH 1/2] Fix corepack install --- build/templates/setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/templates/setup.yml b/build/templates/setup.yml index cf8e7aab..20dd08ca 100644 --- a/build/templates/setup.yml +++ b/build/templates/setup.yml @@ -15,6 +15,7 @@ steps: displayName: Enable git long paths - script: | + npm install -g corepack@latest corepack enable corepack enable npm corepack prepare pnpm@latest-8 --activate From 82e44780639f63a24d0e6cac23e593e55ee8533c Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:39:02 -0800 Subject: [PATCH 2/2] Fix corepack install --- build/templates/setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/templates/setup.yml b/build/templates/setup.yml index 20dd08ca..b1b3b494 100644 --- a/build/templates/setup.yml +++ b/build/templates/setup.yml @@ -15,7 +15,7 @@ steps: displayName: Enable git long paths - script: | - npm install -g corepack@latest + COREPACK_ENABLE_STRICT=0 npm install -g corepack@latest corepack enable corepack enable npm corepack prepare pnpm@latest-8 --activate