deno/cli/npm/installer/common
Nathan Whitaker dbb5373eab
fix(lockfile): re-fetch packuments if version not found, properly pass patch packages (#28964)
Fixes two issues:
- If a cached packument was out of date and missing a version from the
lockfile, we would fail. Instead we should try again with a forced
re-fetch
- We weren't threading through the workspace patch packages correctly
2025-04-18 23:08:15 +00:00
..
bin_entries.rs perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
lifecycle_scripts.rs fix(install): read extra package info from node_modules and fallback to registry (#28893) 2025-04-14 19:32:27 +00:00
mod.rs fix(lockfile): re-fetch packuments if version not found, properly pass patch packages (#28964) 2025-04-18 23:08:15 +00:00