1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/install
Nathan Whitaker a7531361ef
fix(cli): Explicitly cache NPM packages during deno install (#24190)
Fixes a regression introduced in
https://github.com/denoland/deno/pull/24170, where we wouldn't actually
set up the node modules dir on `deno install` if there was an up to date
deno lockfile present.

Previously we were relying on the fact that resolving pending module
resolution called `cache_packages` (which sets up the node modules dir).
When pending resolutions were removed, and the `resolve_pending`
function with it, we also removed the `cache_packages` call needed to
set up node modules.
2024-06-12 16:06:41 -07:00
..
future_install_global FUTURE: deno install changes (#23498) 2024-05-08 12:34:46 -07:00
future_install_local_add_deno FUTURE: deno install changes (#23498) 2024-05-08 12:34:46 -07:00
future_install_local_add_npm FUTURE: deno install changes (#23498) 2024-05-08 12:34:46 -07:00
future_install_local_deno fix(cli): Support deno.lock with only package.json present + fix DENO_FUTURE install interactions with lockfile (#23918) 2024-05-23 12:31:05 -07:00
future_install_node_modules fix(cli): Explicitly cache NPM packages during deno install (#24190) 2024-06-12 16:06:41 -07:00
no_future_install_global FUTURE: deno install changes (#23498) 2024-05-08 12:34:46 -07:00