You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same here while trying to run a simple SELECT query. Is there any way Node can be completely removed from this project? It is only bound to happen again and again and again until the code is completely devoid of Node in every way.
error: Uncaught TypeError: core.runMicrotasks is not a function
core.runMicrotasks();
^
at processTicksAndRejections (https://deno.land/[email protected]/node/_next_tick.ts:62:10)
at https://deno.land/[email protected]/node/process.ts:375:7
at innerInvokeEventListeners (internal:deno_web/02_event.js:783:7)
at invokeEventListeners (internal:deno_web/02_event.js:823:5)
at dispatch (internal:deno_web/02_event.js:692:9)
at dispatchEvent (internal:deno_web/02_event.js:1073:12)
at [internal:cli\worker.rs:90:39]:1:1
https://deno.land/[email protected]/node/node_specifiers
This is now the recommended way to import node specifiers. Using deno 1.31.1 with this module results in:
They are no longer publishing a
node
directory in the Deno standard libraryThe text was updated successfully, but these errors were encountered: