You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ deno task start
Warning `"nodeModulesDir": true` is deprecated in Deno 2.0. Use `"nodeModulesDir": "auto"` instead
at file:///Users/reda/Documents/Projects/remix-deno-vite-template/deno.jsonc
Task start deno serve -A --parallel ./server.production.ts
Warning `"nodeModulesDir": true` is deprecated in Deno 2.0. Use `"nodeModulesDir": "auto"` instead
at file:///Users/reda/Documents/Projects/remix-deno-vite-template/deno.jsonc
============================================================
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: 2.0.0-rc.4
Args: ["/Users/reda/.deno/bin/deno", "serve", "-A", "--parallel", "./server.production.ts"]
thread 'main' panicked at cli/args/flags.rs:671:9:
assertion failed: value.is_none()
stack backtrace:
0: _rust_begin_unwind
1: core::panicking::panic_fmt
2: core::panicking::panic
3: deno::args::flags::PermissionFlags::to_options::handle_allow
4: deno::args::CliOptions::permissions_options
5: deno::factory::CliFactory::create_permissions_container
6: deno::spawn_subcommand::{{closure}}
7: <deno_unsync::tokio::task::MaskFutureAsSend<F> as core::future::future::Future>::poll
8: tokio::runtime::task::raw::poll
9: deno::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
The text was updated successfully, but these errors were encountered:
to reproduce, clone this repository https://github.com/redabacha/remix-deno-vite-template and run the following commands:
output with
RUST_BACKTRACE=1
:The text was updated successfully, but these errors were encountered: