Back to Daily Feed 
pnpm 11 RC 5 Addresses Node.js v25.7+ SEA Executable Crashes
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- pnpm 11 RC 5 is a patch release candidate addressing regressions in the Single Executable Application (SEA) feature.
- It fixes crashes occurring with SEA executables on Node.js v25.7 and later versions.
- The update ensures
pnpm pack-appcorrectly pins the Node.js version used for SEA blob creation to match the embedded runtime. - It also resolves issues with module loading within CJS SEA entry points by using
Module.createRequireinstead ofawait import().
Our Commentary
This is a very specific fix, but an important one for anyone leveraging pnpm's SEA capabilities, especially with newer Node.js versions. It highlights the ongoing complexities of maintaining compatibility across different Node.js runtime changes, particularly around module systems and executable bundling. It's a reminder that even seemingly minor Node.js updates can have cascading effects on tooling.
Share this article: