Boshen @boshen.github.io ยท Dec 6

Bumping from node v22.7.0 to any later versions breaks my huge E2E test :-( PR: github.com/oxc-project/... CI: github.com/oxc-project/... The test case has 3000 npm packages statically imported ๐Ÿ˜‚

10 likes 2 replies

?

Replies

Michael Zasso ยท Dec 6

This probably means that one of the modules is abusing Node.js internals. Try to run the tests with the `NODE_DEBUG=module` env var to find which one.

Boshen ยท Dec 6

So the last issue before the archive is this crash