mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00

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
17 lines
630 B
Text
17 lines
630 B
Text
[UNORDERED_START]
|
|
Download http://localhost:4260/@denotest%2flifecycle-scripts-cjs
|
|
Download http://localhost:4260/@denotest%2fbin
|
|
Download http://localhost:4260/@denotest/lifecycle-scripts-cjs/1.0.0.tgz
|
|
Download http://localhost:4260/@denotest/bin/1.0.0.tgz
|
|
Initialize @denotest/lifecycle-scripts-cjs@1.0.0
|
|
Initialize @denotest/bin@1.0.0
|
|
Initialize @denotest/lifecycle-scripts-cjs@1.0.0: running 'preinstall' script
|
|
Initialize @denotest/lifecycle-scripts-cjs@1.0.0: running 'install' script
|
|
[UNORDERED_END]
|
|
Packages: 2
|
|
++
|
|
Resolved: 1, reused: 0, downloaded: 4, added: 2
|
|
|
|
Dependencies:
|
|
+ npm:@denotest/lifecycle-scripts-cjs 1.0.0
|
|
|