aleph.js
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'
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)
i can't repeat it

@ije make sure to switch to master branch
@getspooky can you repeat this?