[BUG] <Documentation Missing on Local Paths and Peer Dependencies> #3736
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 7.x
work is associated with a specific npm 7 release
Is there an existing issue for this?
Current Behavior
If a package is being referenced using a local path designated in the package.json file, any peer dependencies of the referenced package will not be downloaded and installed. The local package must first be packed for it to download the packages.
Expected Behavior
The behavior of a package needing to be packed before peer dependencies are installed should be in the documentation in this section or npm should be modified to install peer dependencies from packages using local paths.
Steps To Reproduce
Environment
The text was updated successfully, but these errors were encountered: