denodb icon indicating copy to clipboard operation
denodb copied to clipboard

unable to download deno_mongo.dll

Open ibraheem-ghazi opened this issue 4 years ago • 0 comments

I followed the documentation and imported denodb. I'm using DenoJs 1.3

error: Uncaught Error: downloading plugin "deno_mongo" from "https://github.com/manyuanrong/deno_mongo/releases/download/v0.10.0/deno_mongo.dll" failed.
    throw Error(`downloading plugin "${name}" from "${remoteUrl}" failed.`);
          ^
    at downloadFromRemote (mod.ts:76:11)

ibraheem-ghazi avatar Sep 20 '20 08:09 ibraheem-ghazi