Deno 1.7.0 error
See original GitHub issueWhen we create a project on 1.6.3 works, but 1.7.0 cause these errors
How to reproduce:
╰─❯ aleph init hello
╰─❯ cd hello
╰─❯ aleph dev
Check https://deno.land/x/aleph/cli.ts
error: Uncaught (in promise) NotSupportedError: Cannot set “location”.
throw new DOMException(Cannot set "location".
, “NotSupportedError”);
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (9 by maintainers)
Top Results From Across the Web
Deno 1.7 Release Notes
Today we are releasing Deno 1.7.0. This release contains many new features, some stabilizations, and some great improvements to existing APIs ...
Read more >/bootstrap | lambda@1.7.0 | Deno
A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
Read more >Releases.md | deno@v1.11.0
The major API change in this release is that instead of importing a `"deno"`module, there is now a global variable called `Deno`. This...
Read more >/examples/error-pages/index.ts | opine@1.6.0 | Deno
Fast, minimalist web framework for Deno ported from ExpressJS. ... import * as opine from "https://deno.land/x/opine@1.6.0/examples/error-pages/index.ts";.
Read more >Runtime compiler APIs | Manual - Deno
"esm"; /** If `true` then the sources will be typed checked, returning any * diagnostic errors in the result. If `false` type checking...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
please update the cli command:
let’s keep this open until next patch released.