mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
4af7fb8b81
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. |
||
---|---|---|
.. | ||
future_install_global | ||
future_install_local_add_deno | ||
future_install_local_add_npm | ||
future_install_local_deno | ||
future_install_node_modules | ||
no_future_install_global |