Skip to content
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 1.4.3 crashes when using create-hono #23765

Closed
gillesmag opened this issue May 10, 2024 · 1 comment
Closed

Deno 1.4.3 crashes when using create-hono #23765

gillesmag opened this issue May 10, 2024 · 1 comment

Comments

@gillesmag
Copy link

Version: Deno 1.4.3

$ deno run -A npm:create-hono my-app
create-hono version 0.7.1
✔ Using target directory … my-app
? Which template do you want to use? deno
⠋ Cloning the template
============================================================
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you can reliably reproduce this panic, include the
reproduction steps and re-run with the RUST_BACKTRACE=1 env
var set and include the backtrace in your report.

Platform: macos aarch64
Version: 1.43.2
Args: ["deno", "run", "-A", "npm:create-hono", "my-app"]

thread 'main' panicked at /private/tmp/deno-20240509-7177-1nc96g/deno_core/serde_v8/de.rs:628:53:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@gillesmag
Copy link
Author

Deno was installed via Hombrew on macOS. Re-installing deno via curl -fsSL https://deno.land/install.sh | sh solved the issue for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant