1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/npm/resolvers
David Sherret 06afb54281 fix(npm): show a progress bar when initializing the node_modules folder (#18136)
Creating the node_modules folder when the packages are already
downloaded can take a bit of time and not knowing what is going on can
be confusing. It's better to show a progress bar.
2023-03-16 11:56:22 +09:00
..
common.rs refactor(npm): push npm struct creation to a higher level (#18139) 2023-03-16 11:54:44 +09:00
global.rs refactor(npm): push npm struct creation to a higher level (#18139) 2023-03-16 11:54:44 +09:00
local.rs fix(npm): show a progress bar when initializing the node_modules folder (#18136) 2023-03-16 11:56:22 +09:00
mod.rs fix(npm): show a progress bar when initializing the node_modules folder (#18136) 2023-03-16 11:56:22 +09:00