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
Deno doesn't respect the import map when a process is launched usin...
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...
0 Replies