Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node std issue in deno 1.31.1 #7

Open
jmordica opened this issue Mar 10, 2023 · 2 comments
Open

Node std issue in deno 1.31.1 #7

jmordica opened this issue Mar 10, 2023 · 2 comments

Comments

@jmordica
Copy link

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:

error: Module not found "https://deno.land/std/node/buffer.ts" at https://deno.land/x/[email protected]/deps.ts:2:24

They are no longer publishing a node directory in the Deno standard library

@suchislife801
Copy link

suchislife801 commented Mar 23, 2023

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

@waptik
Copy link

waptik commented Mar 31, 2023

I'm also facing it with current latest version
Screenshot 2023-03-31 at 21 42 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants