Patch Changes
-
Don't throw an error during install when the bin of a dependency points to a path that doesn't exist #3763.
-
When reporting unmet peer dependency issues, if the peer dependency is resolved not from a dependency installed by the user, then print the name of the parent package that has the bad peer dependency installed as a dependency.
-
Injected subdependencies should be hard linked as well. So if
button
is injected intocard
andcard
is injected intopage
, then bothbutton
andcard
should be injected intopage
#4167.