alephjs/aleph.js

Cannot use import map for imported libraries

codehz opened this issue · 0 comments

For example:
This is my library, that required those import_map entries

    "mtproto": "https://deno.land/x/mtproto@v0.1.6/mod.ts",
    "mtproto/": "https://deno.land/x/mtproto@v0.1.6/",
    "denoflate": "https://deno.land/x/denoflate@1.2.1/mod.ts",
    "std/": "https://deno.land/std@0.130.0/",
    "aes": "https://esm.sh/aes-js@3.1.2",

it works fine in deno cli, but failed in aleph.js (build, dev), log:

WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/crypto/aes.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/dc.ts failed, retrying...
INFO Download https://deno.land/x/mtproto@v0.1.6/storage/types.ts
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/resolver.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/rpc/mod.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/storage/kv.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/crypto/aes.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/resolver.ts failed, retrying...
INFO Download https://deno.land/x/mtproto@v0.1.6/storage/mtproto/common/dc.ts
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/rpc/mod.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/storage/kv.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/crypto/aes.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/storage/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/resolver.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/storage/kv.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/rpc/mod.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/crypto/aes.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/storage/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/resolver.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/storage/kv.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/rpc/mod.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/crypto/aes.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/storage/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/resolver.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/storage/kv.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/rpc/mod.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/crypto/aes.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/storage/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/resolver.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/storage/kv.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/rpc/mod.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/crypto/aes.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/storage/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/resolver.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/storage/kv.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/rpc/mod.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/crypto/aes.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/storage/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/resolver.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/storage/kv.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/rpc/mod.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/crypto/aes.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/resolver.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/storage/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/codec/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/transport/connection/mtproto/common/utils.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/storage/kv.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/common/dc.ts failed, retrying...
WARN Download https://deno.land/x/mtproto@v0.1.6/mtproto/rpc/mod.ts failed, retrying...

clearly something is wrong

version: aleph@v0.3.0-beta.19