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
bail!("npm specifiers have not yet been implemented for this sub command (https://github.com/denoland/deno/issues/15960). Found: {}", npm_specifier)
output_str:Some("error: npm specifiers have not yet been implemented for deno compile (https://github.com/denoland/deno/issues/15960). Found: npm:chalk@5\n"),
722
+
args:"compile -A --quiet npm/cached_only/main.ts",
723
+
output_str:Some("error: npm specifiers have not yet been implemented for this sub command (https://github.com/denoland/deno/issues/15960). Found: npm:chalk@5\n"),
724
+
exit_code:1,
725
+
envs: env_vars(),
726
+
http_server:true,
727
+
});
728
+
729
+
itest!(bundle_errors {
730
+
args:"bundle --quiet npm/esm/main.js",
731
+
output_str:Some("error: npm specifiers have not yet been implemented for this sub command (https://github.com/denoland/deno/issues/15960). Found: npm:chalk@5\n"),
0 commit comments