mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
a7531361ef
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. |
||
---|---|---|
.. | ||
__test__.jsonc | ||
corrupt.js | ||
corrupted.out | ||
deno.lock.out | ||
install.out | ||
install_lockfile.out | ||
main.js | ||
package.json |