arthur38463A
Deno8mo ago
arthur38463

Dependencies not found from a process that was spawned using Node’s spawn process library

Hi, could anyone check my issue 🙂

Deno doesn’t seem to find dependencies from import map when a process is spawned using Node’s spawn process library.

Thanks in advance!

https://github.com/denoland/deno/issues/29389
GitHub
Hi! I'm using a message queue library BullMQ with Deno. When launching a sandboxed process (BullMQ uses Node's spawn process library for this), the job can't resolve the dependencies li...
Deno doesn't respect the import map when a process is launched usin...
Was this page helpful?