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

Can't build docker image. It hangs. Package is not usable #80

Open
kazeens opened this issue Apr 28, 2023 · 4 comments
Open

Can't build docker image. It hangs. Package is not usable #80

kazeens opened this issue Apr 28, 2023 · 4 comments

Comments

@kazeens
Copy link

kazeens commented Apr 28, 2023

image

@dotellie
Copy link

As poorly written as this bug report is, it is happening for me to - the install script seems to not work on the latest versions of Deno inside a Docker build. It isn't clear to me exactly where the issue is, but if I had to guess I would say some part is not reporting itself as finished properly, causing the downloading process to freeze.

@kazeens
Copy link
Author

kazeens commented Jul 13, 2023

@dotellie please share your detailed experience to gain attention of the maintainers.
It is so sad you can't rely on such an important package in a predictable, normal working fashion

@jaydenseric
Copy link

With Deno v1.36.4 (and some older versions too), running:

deno run \
  --allow-env \
  --allow-net \
  --allow-read \
  --allow-write \
  https://deno.land/x/[email protected]/install.ts

Results in this error:

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:312:7
    at innerInvokeEventListeners (ext:deno_web/02_event.js:750:7)
    at invokeEventListeners (ext:deno_web/02_event.js:797:5)
    at dispatch (ext:deno_web/02_event.js:654:9)
    at dispatchEvent (ext:deno_web/02_event.js:1039:12)
    at [ext:cli/worker.rs:155:38]:1:1

@primeagen-rustaceans
Copy link

Facing the same isue, when importing npm package and running deno script it is working but giving this error core.runMicrotasks();
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:314:7 at innerInvokeEventListeners (ext:deno_web/02_event.js:750:7) at invokeEventListeners (ext:deno_web/02_event.js:797:5) at dispatch (ext:deno_web/02_event.js:654:9) at dispatchEvent (ext:deno_web/02_event.js:1039:12) at [ext:cli/worker.rs:155:38]:1:1

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

4 participants