Hi Why am I getting an error during npm install, a...
# general
e
Hi Why am I getting an error during npm install, after upgrading from pulumi/pulumi-nodejs:3.126.0 to pulumi/pulumi-nodejs:latest, when deploying to azure? I updated the project's pulumi version to latest as well and node version to 18.20.4.
Copy code
$ npm install
node[74]: ../src/node_platform.cc:68:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed.
 1: 0xb9c1f0 node::Abort() [node]
 2: 0xb9c26e  [node]
 3: 0xc0a17e  [node]
 4: 0xc0a261 node::NodePlatform::NodePlatform(int, v8::TracingController*, v8::PageAllocator*) [node]
 5: 0xb58213 node::InitializeOncePerProcess(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, node::ProcessFlags::Flags) [node]
 6: 0xb5886b node::Start(int, char**) [node]
 7: 0x7ff1accf324a  [/lib/x86_64-linux-gnu/libc.so.6]
 8: 0x7ff1accf3305 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
 9: 0xad789e _start [node]
/usr/bin/bash: line 133:    74 Aborted                 (core dumped) npm install