deno/cli/npm/installer
David Sherret 731a238d34
fix(install): support "file:" dependencies in local package.json (#28396)
This adds support for installing `file:` dependencies in a local
package.json.

In order to use these, you must not set `--node-modules-dir=...` when
using a package.json and it should use the default of
`--node-modules-dir=manual`.

Closes https://github.com/denoland/deno/issues/18701
2025-03-05 14:08:05 -05:00
..
common chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
global.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
local.rs fix(install): support "file:" dependencies in local package.json (#28396) 2025-03-05 14:08:05 -05:00
mod.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
resolution.rs feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00