You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deno run command on the homepage fails because the site serves HTML instead of the deno_cli.ts script.
$ deno run -A -r https://esm.sh init
error: The module's source code could not be parsed: Expected ';', '}' or <eof> at https://esm.sh/:1:11
<!DOCTYPE html>
~~~~
The
deno run
command on the homepage fails because the site serves HTML instead of thedeno_cli.ts
script.I don't know Go, but it looks like this branch https://github.com/ije/esm.sh/blob/e783d1271122259a23f6decba6449085d5ec214f/server/handler.go#L63 is taken before this branch https://github.com/ije/esm.sh/blob/e783d1271122259a23f6decba6449085d5ec214f/server/handler.go#L185 has a chance to serve the Deno code.
The text was updated successfully, but these errors were encountered: