deno/cli/args
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
..
deno_json.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
flags.rs fix(cli): warn when an otel env var has an invalid value (#28394) 2025-03-05 12:05:40 +00:00
flags_net.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
lockfile.rs fix(install): support "file:" dependencies in local package.json (#28396) 2025-03-05 14:08:05 -05:00
mod.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
package_json.rs fix(install): support "file:" dependencies in local package.json (#28396) 2025-03-05 14:08:05 -05:00