Closed TillaTheHun0 closed 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.
https://deno.land/x/pouchdb_deno@2.1.3-PouchDB+7.3.0/modules/pouchdb/mod.ts
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
Temporary fix landed in #2446. Issue for follow-up work: #2448.
Deno has been able to resolve
https://deno.land/x/pouchdb_deno@2.1.3-PouchDB+7.3.0/modules/pouchdb/mod.ts
ie.As of this morning, deno is not able to resolve this module. I also tried encoding the url, but still same result: