From 6107ba89b5f6b170fd00c5c47d6793f14311db89 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 11 Sep 2024 15:09:52 +0100 Subject: [PATCH] DEV: Remove corepack config for now (#28856) For people with corepack enabled, this causes problems when trying to `yarn install` in plugin directories. Perhaps that can be improved in future by adding `packageManager` config in each plugin's own `package.json`, but that won't happen overnight. Removing the config for now to stop the bleeding. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 8496b7865d1..f8abeaf05a9 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,6 @@ "lint-progress": "pnpm lttf:output && npx html-pages ./lint-progress --no-cache", "ember": "pnpm --dir=app/assets/javascripts/discourse ember" }, - "packageManager": "pnpm@9.9.0", "engines": { "node": ">= 18", "npm": "please-use-pnpm",