denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

Cannot download module from denoland #2448

Closed TillaTheHun0 closed 2 years ago

TillaTheHun0 commented 2 years ago

Deno has been able to resolve https://deno.land/x/pouchdb_deno@2.1.3-PouchDB+7.3.0/modules/pouchdb/mod.ts ie.

deno run https://deno.land/x/pouchdb_deno@2.1.3-PouchDB+7.3.0/modules/pouchdb/mod.ts

As of this morning, deno is not able to resolve this module. I also tried encoding the url, but still same result:

deno run https://deno.land/x/pouchdb_deno@2.1.3-PouchDB%2B7.3.0/modules/pouchdb/mod.ts
deno 1.25.1 (release, x86_64-unknown-linux-gnu)
v8 10.6.194.5
typescript 4.7.4
piscisaureus commented 2 years ago

Temporary fix landed in #2446. Issue for follow-up work: #2448.