Deno 1.7.0 incompatibility
See original GitHub issue$ aleph dev
Check https://deno.land/x/aleph@v0.2.28/cli.ts
Check https://deno.land/x/aleph@v0.2.28/cli/dev.ts
error: Uncaught (in promise) NotSupportedError: Cannot set "location".
throw new DOMException(`Cannot set "location".`, "NotSupportedError");
^
at set (deno:op_crates/web/12_location.js:340:15)
at Function.assign (<anonymous>)
at Project._init (project.ts:600:16)
at async project.ts:106:13
at async start (server.ts:12:5)
$ deno --version
deno 1.7.0 (release, x86_64-unknown-linux-gnu)
v8 8.9.255.3
typescript 4.1.3
See https://github.com/denoland/deno/issues/4981#issuecomment-685205034
Issue Analytics
- State:
- Created 3 years ago
- Comments:17 (15 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 >Runtime compiler APIs | Manual - Deno
The runtime compiler API allows access to the internals of Deno to be able to type check, transpile and bundle JavaScript and TypeScript....
Read more >Getting Started with Deno - Developer.com
Deno is the new runtime for JavaScript and TypeScript, built on top of Google V8 and Rust. It is robust, secure, and flexible...
Read more >Deno (software) - Wikipedia
Deno is a runtime for JavaScript, TypeScript, and WebAssembly that is based on the V8 JavaScript engine and the Rust programming language.
Read more >dvm 1.1.10 - Docs.rs
Deno Version Manager. Easy way to manage multiple active deno versions. Installation. You can install it using the installers below, or download a...
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
ok, i’m going to remove all the browser polyfill objects: https://github.com/alephjs/aleph.js/pull/28/commits/068062fb94e9b08fafd6d23e42b35ab9d317b0a3
We have to figure out some way for the SSR part to basically run with
--location
. This will need some more thought.