deno/cli/tools/installer
Nathan Whitaker b88c621f22
fix(install): print install report on add, cache, and all install variants, move scripts and deprecation warnings after the report (#30549)
We were only doing the new output on the top level install (`deno
install` with no args or flags), we now do it on `deno install
npm:chalk`, `deno add npm:chalk`, `deno cache ./foo.ts`, "deno install
--entrypoint ./foo.ts"`.

Additionally the scripts and deprecation warnings were printing above
the output, now they're deferred and displayed below
2025-08-28 09:48:14 +02:00
..
bin_name_resolver.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
mod.rs fix(install): print install report on add, cache, and all install variants, move scripts and deprecation warnings after the report (#30549) 2025-08-28 09:48:14 +02:00