A npm install with nodejs-22.2.0-1.fc41.x86_64 results in 1: 0x7fbb2ffae585 node::builtins::BuiltinLoader::AddExternalizedBuiltin(char const*, char const*) [/lib64/libnode.so.127] 2: 0x7fbb2ffae763 node::builtins::BuiltinLoader::BuiltinLoader() [/lib64/libnode.so.127] 3: 0x7fbb2ff12e61 node::InitializePrimordials(v8::Local<v8::Context>) [/lib64/libnode.so.127] 4: 0x7fbb2ff12fa0 node::GetPerContextExports(v8::Local<v8::Context>) [/lib64/libnode.so.127] 5: 0x7fbb2ff12d68 node::InitializePrimordials(v8::Local<v8::Context>) [/lib64/libnode.so.127] 6: 0x7fbb2ff13080 node::InitializeMainContextForSnapshot(v8::Local<v8::Context>) [/lib64/libnode.so.127] 7: 0x7fbb2ff130a5 node::InitializeContext(v8::Local<v8::Context>) [/lib64/libnode.so.127] 8: 0x7fbb2ff13109 node::NewContext(v8::Isolate*, v8::Local<v8::ObjectTemplate>) [/lib64/libnode.so.127] 9: 0x7fbb3002e564 node::NodeMainInstance::CreateMainEnvironment(node::ExitCode*) [/lib64/libnode.so.127] 10: 0x7fbb3002e6bb node::NodeMainInstance::Run() [/lib64/libnode.so.127] 11: 0x7fbb2ff9185f node::Start(int, char**) [/lib64/libnode.so.127] 12: 0x7fbb2f23c1c8 [/lib64/libc.so.6] 13: 0x7fbb2f23c28b __libc_start_main [/lib64/libc.so.6] 14: 0x557a26402035 _start [/usr/bin/node Reproducible: Always Steps to Reproduce: 1. npm install
Oof, there are several issues here that I need to fix. The first of which is that 22 isn't supposed to be the default in Rawhide until next week... Specifically to avoid issues like this.
I think this should be addressed in nodejs22-22.2.0-9.fc41
Yes works, thanks!