Skip to content

Commit df34cc4

Browse files
unionalclaude
andcommitted
fix: upgrade pnpm to 9.15.9 to fix ERR_INVALID_THIS with Node 24
pnpm 7.x has a fetch bug that causes ERR_INVALID_THIS errors when downloading packages using Node.js 22+. Upgrade to pnpm 9 fixes it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d2af024 commit df34cc4

2 files changed

Lines changed: 1370 additions & 1023 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"@changesets/cli": "^2.25.2",
1414
"turbo": "^1.6.3"
1515
},
16-
"packageManager": "pnpm@7.27.1"
16+
"packageManager": "pnpm@9.15.9"
1717
}

0 commit comments

Comments
 (0)