question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Comments:17 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
ijecommented, Jan 21, 2021
1reaction
shadowtime2000commented, Jan 20, 2021

We have to figure out some way for the SSR part to basically run with --location. This will need some more thought.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found