"Get Started" instructions are broken
See original GitHub issueI just tried to do exactly what the instructions from https://alephjs.org/docs/get-started say:
deno install --unstable -A -f -n aleph https://deno.land/x/aleph@v0.2.28/cli.ts
aleph init hello
cd hello
aleph dev
But that resulted on this error:
error: Uncaught (in promise) TypeError: Cannot set property navigator of #<Window> which has only a getter
Object.assign(globalThis, {
^
at Function.assign (<anonymous>)
at Project._init (https://deno.land/x/aleph@v0.2.28/project.ts:600:16)
at async https://deno.land/x/aleph@v0.2.28/project.ts:106:13
at async start (https://deno.land/x/aleph@v0.2.28/server.ts:12:5)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:13
- Comments:24 (4 by maintainers)
Top Results From Across the Web
How to fix broken Windows 11 Start Menu - YouTube
In this short video im showing how to fix broken windows 11 start menu base d on microsoft emergency fix solution.
Read more >Fix problems with the Start menu - Microsoft Support
Learn more about how to fix problems with the Windows Start menu, and what to do if the Start ... Next, follow the...
Read more >If you can't update or restore your iPhone or iPod touch
If you can't update or restore your iPhone or iPod touch · Put your device in recovery mode and set it up again...
Read more >Recover your Chromebook - Google Support
You get the error message "ChromeOS is missing or damaged. ... Important: You must complete this step before you start the recovery options...
Read more >Instructions for a Broken Heart by Kim Culbertson - Goodreads
Start your review of Instructions for a Broken Heart ... Kim has a knack for getting to and expressing the thoughts and motivations...
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
@macorifice same as me. I think it’s tracked in #195
@vincent-olivert-riera @RazerMoon @borsemayur2 i’m so sorry, currently you should use v0.2.28 + deno 1.6.3, the alpha versions is super unstable…the next patch (beta.1) i’m working on it should be more stable! PR: https://github.com/alephjs/aleph.js/pull/176