v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope with NAPI plugin and workerpool
We have a REST web service written in TypeScript that runs on Node, and a large legacy C++ library that provides services for the web service. We use NAPI to provide JS bindings for the C++ library, basically it’s a NAPI plugin. This has worked well now for several years.