Skip to content

Commit 4d60912

Browse files
authored
fix: install corepack from npm (#12028)
Corepack is not going to be distributed with Node.js v25+ TSC vote nodejs/TSC#1697 (comment) This PR updates the command to globally installing corepack.
1 parent 3d4a112 commit 4d60912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tasks:
2020
export REDWOOD_DISABLE_TELEMETRY=1
2121
init: |
2222
cd /workspace/redwood
23-
corepack enable
23+
npm i -g corepack
2424
yarn install
2525
yarn run build:test-project ../rw-test-app --typescript --link --verbose
2626
cd /workspace/rw-test-app && sed -i "s/\(open *= *\).*/\1false/" redwood.toml

0 commit comments

Comments
 (0)