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 has been 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/[email protected]/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/[email protected]/install.ts
error: error sending request for url (https://cdn.dreg.dev/package/@rollup/[email protected]): error trying to connect: dns error: No such host is known. (os error 11001)
at https://deno.land/x/[email protected]/plugin/deps.ts:8:8
error: Uncaught (in promise) AssertionError: Failed to install plugin dependencies.
throw new AssertionError(msg);
^
at assert (https://deno.land/[email protected]/testing/asserts.ts:156:11)
at https://deno.land/x/[email protected]/install.ts:63:1
at eventLoopTick (ext:core/01_core.js:166:11)
Checklist
I am using Deno version 1.2.0 or higher
The text was updated successfully, but these errors were encountered:
Describe the bug
The installation fails
To Reproduce
Execute the command on the readme (
deno run --allow-run --allow-read https://deno.land/x/[email protected]/install.ts
)Expected behavior
I expect the installation to success
Screenshots
Desktop (please complete the following information):
Additional context
Checklist
The text was updated successfully, but these errors were encountered: