-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deno Example Error #108
Comments
Hey thanks for submitting the issue! The bug is in the documentation (which I will fix). Try running: This command runs the server and uses ESBuild to build (continuously) the client code. LMK if this works for you. Sorry about that. |
Hey just tried this new command, other issues arrose:
|
needed to run |
I'll add the fact that you need to run |
running ⚠️ ┌ Deno requests net access to "registry.npmjs.org".
├ Requested by `fetch()` API
├ Run again with --allow-net to bypass this prompt.
└ Allow? [y/n] (y = yes, allow; n = no, deny) > Watcher Process started.
LiveViewJS (Deno) is listening at: http://localhost:9001 while the counter is still not working. After adding the required additional permision the command becomes Watcher Process started.
LiveViewJS (Deno) is listening at: http://localhost:9001
⚠️ ┌ Deno requests write access to "/home/<user>/.cache/esbuild/bin".
├ Requested by `Deno.mkdir()` API
├ Run again with --allow-write to bypass this prompt.
└ Allow? [y/n] (y = yes, allow; n = no, deny) In the end, the full command that worked for me without errors in the cli and examples functioning as expected was |
Thanks for sending this. I will update the README. |
Hey are the docs missing a build step for deno?
nothing happens when I click the counter buttons
The text was updated successfully, but these errors were encountered: