#corepack
Not a fan of the circular dependency of node > npm > corepack > pnpm > env > node > ...

Migrated to mise.jdx.dev and I keep my package manager separate from my runtime and packages.
Home | mise-en-place
mise-en-place documentation
mise.jdx.dev
November 10, 2025 at 2:39 PM
If you use mise.jdx.dev or any package manager and set specific versions of Yarn or pnpm, run `corepack disable yarn|pnpm` to avoid any conflict.
Home | mise-en-place
mise-en-place documentation
mise.jdx.dev
November 10, 2025 at 11:29 AM
corepack 0.34.3-1 any Zero-runtime-dependency Node.js script

Interest | Match | Feed
Origin
archlinux.org
November 10, 2025 at 12:21 AM
corepack 0.34.3-1 any Zero-runtime-dependency Node.js script

Interest | Match | Feed
Origin
archlinux.org
November 10, 2025 at 12:20 AM
tbh i should update the note i have about corepack in my loose-notes-to-self blog post about running this server to bring this up https:// micro.quietmisdreavus.net/code /2022/12/24/running-mastodon-on-arch-linux/ https:// squad.town/@QuietMisdreavus/11 5521757296458411

Interest | Match | Feed
Origin
squad.town
November 9, 2025 at 9:19 PM
tbh i should update the note i have about corepack in my loose-notes-to-self blog post about running this server to bring this up https:// micro.quietmisdreavus.net/code /2022/12/24/running-mastodon-on-arch-linux/ https:// squad.town/@QuietMisdreavus/11 5521757296458411

Interest | Match | Feed
Origin
squad.town
November 9, 2025 at 9:19 PM
Apparently Yarn natively supports multiple versions of itself, but needs to be installed and have corepack enabled in each version of node, in both NVM and Volta.

I’m such a silly goose sometimes.
Corepack | Yarn
About Corepack, the Node.js package manager provider.
yarnpkg.com
November 8, 2025 at 1:57 PM
metalhead.club is back and is now running Mastodon 4.5 "quote post" 😉.

The upgrade process was a bit tricky in my particular case because I missed to specify "DB_PORT=5432" when running the database migrations (which later caused a broken DB)

and I needed to run

$ nvm install 22.12
$ corepack […]
Original post on metalhead.club
metalhead.club
November 7, 2025 at 11:37 AM
Soooo are you guys taking Corepack dependencies out of bootstrap scripts and explicitly installing yarn or pnpm, or are you explicitly installing Corepack back in?
October 27, 2025 at 8:46 PM
corepack 0.34.1-5 any Zero-runtime-dependency Node.js script

Interest | Match | Feed
Origin
archlinux.org
October 24, 2025 at 11:30 PM
corepack 0.34.1-5 any Zero-runtime-dependency Node.js script

Interest | Match | Feed
Origin
archlinux.org
October 24, 2025 at 11:30 PM
corepack 0.34.1-4 any Zero-runtime-dependency Node.js script

Interest | Match | Feed
Origin
archlinux.org
October 24, 2025 at 10:56 PM
corepack 0.34.1-4 any Zero-runtime-dependency Node.js script

Interest | Match | Feed
Origin
archlinux.org
October 24, 2025 at 10:56 PM
Ha! Literally within the last hour I had to configure mise to automatically install corepack after installing node specifically for v25. 👀
October 18, 2025 at 11:38 PM
Mastodonのcorepack採用も完全に間が悪いなって思ってます。まるでハンネローレ様みたいだ
October 18, 2025 at 2:30 PM
最近のyarn init -2はcorepack入ってるとyarn同梱しなくなったので間が悪いなって思ってます
October 18, 2025 at 2:30 PM
corepackがどう関係しているのかは知らないけど、自分は最近までVolta使ってた。
ただVoltaは何時まで経っても .node-version を読まないので最近はfnmにしてる
October 18, 2025 at 2:27 PM
More like "CorpsePack" amirite? #corepack
October 16, 2025 at 6:11 PM
書きました!

🚀 Bun 1.3: Hot Reload改善とHTMLのsingle-file executable対応
⚡ Next.js 16 beta: Turbopack stable化とReact Compiler統合
🟢 Node.js 25: V8 14.1とCorepack同梱停止

"2025-10-16のJS: Bun 1.3、Next.js 16(beta)、Node.js 25 - JSer.info" https://jser.info/2025/10/16/bun-1.3-next.js-16beta-node.js-25/
October 16, 2025 at 2:25 PM
Node.js v25.0.0リリース。
V8 14.1へアップグレード、`--experimental-webstorage`のフラグなし有効化、`--allow-net`権限モデルの追加。
非推奨の機能の削除(`SlowBuffer`/`assert.CallTracker`など)。
Corepackの配布停止、JSPI for WebAssemblyの有効化など。
"Node…" https://nodejs.org/en/blog/release/v25.0.0
October 16, 2025 at 2:03 PM
0.32? Why?

「0.32」しかし、なぜ?

Probably just use 'corepack yarn'...

おそらく使うだけ「corepack yarn」その代わり
October 11, 2025 at 1:34 AM
I’m now a slave to pnpm updates via corepack :P
October 9, 2025 at 8:52 AM
To whomever decided corepack was a good idea: you were wrong.
October 1, 2025 at 2:36 PM
Mastodon update v4.4.5 for burningboard.net done.

Seems the Debian uprade fom 12 (Bookworm) to 13 (Trixie) had some unexpected consequences, as the symlinks for /usr/bin/yarn , /usr/bin/yarnpkg and /usr/bin/pnpx were broken. But a quick removal of the defective symlinks plus a "corepack enable" […]
Original post on burningboard.net
burningboard.net
September 26, 2025 at 4:26 PM
Ok, but now, what do you think about my actual idea above? Specifically as a corepack proponent, do you feel like a methodological approach like this *can* replace the UX of that library/tool?
September 23, 2025 at 6:52 PM