aleph.js icon indicating copy to clipboard operation
aleph.js copied to clipboard

Error:Uncaught (in promise) TypeError: The requested module '../server/compress.ts' does not provide an export named 'deno_x_brotli'

Open getspooky opened this issue 4 years ago • 3 comments
trafficstars

The error is thrown when i run deno run --allow-all ./cli.ts init

error: Uncaught (in promise) TypeError: The requested module '../server/compress.ts' does not provide an export named 'deno_x_brotli'
    const { default: init } = await import(`./commands/init.ts`)
                              ^
    at async main (file:///home//aleph.js/cli.ts:77:31)

getspooky avatar Sep 17 '21 10:09 getspooky

i can't repeat it Screenshot 2021-09-18 at 10 07 18

ije avatar Sep 18 '21 02:09 ije

@ije make sure to switch to master branch

getspooky avatar Sep 18 '21 12:09 getspooky

@getspooky can you repeat this?

ije avatar Sep 26 '21 14:09 ije