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 install
$ deno info npm:chalk --json
============================================================
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: linux x86_64
Version: 2.0.0-rc.6+88a4f8d
Args: ["deno", "info", "npm:chalk", "--json"]
thread 'main' panicked at cli/resolver.rs:792:47:
internal error: entered unreachable code
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
@yazan-abdalrahman sorry, I should have assigned this one to me, but I'm going to do this one because it requires a bit of investigation and is in the hot path for 2.0.
@yazan-abdalrahman sorry, I should have assigned this one to me, but I'm going to do this one because it requires a bit of investigation and is in the hot path for 2.0.
I found something that I'm not sure if it's correct. I altered the condition to make info go through CliNpmResolverCreateOptions::Managed rather than CliNpmResolverCreateOptions::Byonm, and it returned this result.
The text was updated successfully, but these errors were encountered: