alchemiztA
Denoβ€’3y agoβ€’
3 replies
alchemizt

Cannot read file "src/deno.json": not implemented on js

Hey @Deno AI Helper ! I'm having a bit of trouble, I'm trying to use deno.land/x/import to use non statycalize analyze dynamic import, but I get errors when trying to load events for my Client class
Error: Build failed with 2 errors:
error: Cannot read file "src/deno.json": not implemented on js
error: Cannot read file "src/deno.json": not implemented on js
    at failureErrorWithLog (https://deno.land/x/esbuild@v0.19.1/wasm.js:1625:15)
    at https://deno.land/x/esbuild@v0.19.1/wasm.js:1034:25
    at runOnEndCallbacks (https://deno.land/x/esbuild@v0.19.1/wasm.js:1460:45)
    at buildResponseToResult (https://deno.land/x/esbuild@v0.19.1/wasm.js:1032:7)
    at https://deno.land/x/esbuild@v0.19.1/wasm.js:1061:16
    at responseCallbacks.<computed> (https://deno.land/x/esbuild@v0.19.1/wasm.js:679:9)
    at handleIncomingPacket (
https://deno.land/x/esbuild@v0.19.1/wasm.js:738:9)
    at readFromStdout (https://deno.land/x/esbuild@v0.19.1/wasm.js:655:7)
    at Object.worker.onmessage (https://deno.land/x/esbuild@v0.19.1/wasm.js:1801:38)
    at https://deno.land/x/esbuild@v0.19.1/wasm.js:1786:1084


here is the link to my code
https://github.com/k1iin/akane-v2/blob/3bb1da3c3e76ea83f2e7b7e94bdbd83a523071c0/main.ts
GitHub
πŸ¦• a kawaii discord bot written in typescript with the deno deploy runtime - k1iin/akane-v2
akane-v2/main.ts at 3bb1da3c3e76ea83f2e7b7e94bdbd83a523071c0 Β· k1ii...
Was this page helpful?