Closed
Description
$ deno install -A -f --location=http://localhost -n aleph https://deno.land/x/aleph@0.3.0-alpha.2/cli.ts
$ aleph dev
Download https://deno.land/x/[email protected]/cli/dev.ts
Download https://deno.land/x/[email protected]/server/mod.ts
Download https://deno.land/x/[email protected]/server/server.ts
Download https://deno.land/x/[email protected]/server/app.ts
Download https://deno.land/x/[email protected]/framework/core/routing.ts
Download https://deno.land/x/[email protected]/compiler/mod.ts
Download https://deno.land/x/[email protected]/framework/core/events.ts
Download https://deno.land/x/[email protected]/compiler/dist/wasm.js
Download https://deno.land/x/[email protected]/compiler/dist/wasm-checksum.js
Download https://deno.land/x/[email protected]/compiler/dist/wasm-pack.js
Check https://deno.land/x/[email protected]/cli/dev.ts
INFO Aleph server config loaded from aleph.config.js
INFO Download https://deno.land/x/aleph@v0.3.0-alpha.2/mod.ts
INFO Force download from https://deno.land/x/aleph@v0.3.0-alpha.2/mod.ts
ERROR swc: Expected \';\', \'}\' or <eof> at https://deno.land/x/[email protected]/mod.ts:1:4
Notice the missing v
(for version) in the download link. This is added in in the force download
causing it to access a 404.