-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Comments
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. |
@dotellie please share your detailed experience to gain attention of the maintainers. |
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:
|
Facing the same isue, when importing npm package and running deno script it is working but giving this error core.runMicrotasks(); |
The text was updated successfully, but these errors were encountered: