1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/install/future_install_node_modules
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
..
__test__.jsonc fix(cli): Explicitly cache NPM packages during deno install (#24190) 2024-06-12 16:06:41 -07:00
corrupt.js 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
corrupted.out feat(vendor): support modifying remote files in vendor folder without checksum errors (#23979) 2024-05-28 14:58:43 -04:00
deno.lock.out 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
install.out FUTURE: deno install changes (#23498) 2024-05-08 12:34:46 -07:00
install_lockfile.out fix(cli): Explicitly cache NPM packages during deno install (#24190) 2024-06-12 16:06:41 -07:00
main.js FUTURE: deno install changes (#23498) 2024-05-08 12:34:46 -07:00
package.json FUTURE: deno install changes (#23498) 2024-05-08 12:34:46 -07:00