I used denodb Lib from this link "https://deno.land/x/denodb@v1.0.23/mod.ts" then I got the below Error:
error: Import 'https://raw.githubusercontent.com/denjucks/dex/master/mod.ts' failed: 404 Not Found
at https://deno.land/x/denodb@v1.0.23/deps.ts:3:0
That because the DEX library moved from this link "https://raw.githubusercontent.com/denjucks/dex/master/mod.ts".
So I tried this solution link (they forked denodb and changed the dex url in deps.ts ).
After that I got the below Error:
error: An unsupported media type was attempted to be imported as a module.
Specifier: https://github.com/takxlz/denodb/blob/master/mod.ts
MediaType: Unknown
Any idea how to solve this Error? (Also I tried clean cache but still same error happen)
Thanks.