deno/tests/specs/npm/file_specifier/node_modules_dir.out
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

2 lines
141 B
Text

error: Importing npm packages via a file: specifier is only supported with --node-modules-dir=manual
at file:///[WILDLINE]index.mjs:1:21