Is there an existing issue for this?
This is a CLI Docs Enhancement, not another kind of Docs Enhancement.
Description of Problem
If you need to make specific changes to dependencies of your dependencies, for example replacing the version of a dependency with a known security issue, replacing an existing dependency with a fork
https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides
This sounds like you can replace foo@1.0.0 with @private/foo-fork@1.0.0 but the examples and documentation do not explain how to.
Potential Solution
If this is supported please document it, if it isn't please remove the references to replacing an existing dependency with a fork
Docs URL
https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides
Is there an existing issue for this?
This is a CLI Docs Enhancement, not another kind of Docs Enhancement.
Description of Problem
This sounds like you can replace
foo@1.0.0with@private/foo-fork@1.0.0but the examples and documentation do not explain how to.Potential Solution
If this is supported please document it, if it isn't please remove the references to replacing an existing dependency with a fork
Docs URL
https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides