[BUG] npm7 does not create transitive node_module folders for dependencies referenced via file:/ #2145
Labels
Bug
thing that needs fixing
Priority 2
secondary priority issue
Release 7.x
work is associated with a specific npm 7 release
I've searched release notes, however I was unable to see if this was an intended breaking change.
Current Behavior:
When referencing a dependency via
file:../path/to/dep
, npm@7.0.9 does not install or create the transitive node_modules folder fordep
Expected Behavior:
npm@6.12.0 will create and install the node_modules folder for the referenced dependency
Steps To Reproduce:
a/node_modules
will contain the symlink to../../b
, but with no node_modules forb
Environment:
npm@7:
npm@6:
The text was updated successfully, but these errors were encountered: