mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-19 22:09:37 +00:00
fix: pin corepack pnpm version to match repo lockfile
Addresses review feedback: https://github.com/Comfy-Org/ComfyUI_frontend/pull/10694#discussion_r3005550580
This commit is contained in:
@@ -13,7 +13,7 @@ export async function checkPnpm(): Promise<CheckResult> {
|
||||
'Install pnpm via corepack (comes with Node.js):',
|
||||
'',
|
||||
' corepack enable',
|
||||
' corepack prepare pnpm@latest --activate',
|
||||
' corepack prepare pnpm@10.17.1 --activate',
|
||||
'',
|
||||
'Or install directly:',
|
||||
'',
|
||||
|
||||
Reference in New Issue
Block a user