I am running into an issue where loading fs-ext in a worker thread gives me Error: Module did not self-register as well as
Emitted 'error' event on Worker instance at:
at Worker.[kOnErrorMessage] (internal/worker.js:232:10)
at Worker.[kOnMessage] (internal/worker.js:242:37)
at MessagePort.<anonymous> (internal/worker.js:163:57)
at MessagePort.emit (events.js:315:20)
at MessagePort.onmessage (internal/worker/io.js:78:8)
at MessagePort.exports.emitMessage (internal/per_context/messageport.js:11:10)
Is it true that this package is not compatible with worker threads? If yes, how can this be fixed?
I am running into an issue where loading
fs-extin a worker thread gives meError: Module did not self-registeras well asIs it true that this package is not compatible with worker threads? If yes, how can this be fixed?