Skip to content

My deno deploy site is broken because of this bug. PLEASE HELP #3256

@JacobWeisenburger

Description

@JacobWeisenburger

std@0.180.0/encoding/_yaml/loader/loader.ts is missing, this is breaking my deno deploy site.

https://deno.land/std@0.180.0/encoding/_yaml/loader/loader.ts

image

image

Describe the bug

Error The deployment failed: HTTP status client error (404 Not Found) for url (https://deno.land/std@0.180.0/encoding/_yaml/loader/loader.ts)

Steps to Reproduce

  1. push to my github repo
  2. deno deploy tries to download the code to run it
  3. the above error stops the deploy

Expected behavior
I'm not using std@0.180.0, so this shouldn't be breaking my deployment.

Environment

// import_map.json
{
    "imports": {
        "std/": "https://deno.land/std@0.179.0/"
    }
}

deno 1.31.3 (release, x86_64-pc-windows-msvc)
v8 11.0.226.19
typescript 4.9.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions