Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

[BUG] Can't install (No such host is known.) #49

@check-m4te

Description

@check-m4te

Describe the bug
The installation fails

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
image

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)

Checklist

  • I am using Deno version 1.2.0 or higher

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions