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
{{ message }}
This repository was archived by the owner on Jul 28, 2024. It is now read-only.
To Reproduce
Execute the command on the readme (deno run --allow-run --allow-read https://deno.land/x/denopack@0.10.0/install.ts)
Expected behavior
I expect the installation to success
Screenshots
Desktop (please complete the following information):
OS: Windows 11
Deno version 1.33.1
denopack version latest?
Additional context
❯ deno run --allow-run --allow-read https://deno.land/x/denopack@0.10.0/install.ts
error: error sending request for url (https://cdn.dreg.dev/package/@rollup/pluginutils@4.0.0): error trying to connect: dns error: No such host is known. (os error 11001)
at https://deno.land/x/denopack@0.10.0/plugin/deps.ts:8:8
error: Uncaught (in promise) AssertionError: Failed to install plugin dependencies.
throw new AssertionError(msg);
^
at assert (https://deno.land/std@0.69.0/testing/asserts.ts:156:11)
at https://deno.land/x/denopack@0.10.0/install.ts:63:1
at eventLoopTick (ext:core/01_core.js:166:11)