You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current implementation of pnpm link <destination> only links direct dependencies. Now that we have the pnpm.overrides field (which has the same and more features than yarn resolutions), we can make the link command automatically write the overrides for dependencies: direct and indirect.
Related issue: #3049
Our current implementation of
pnpm link <destination>
only links direct dependencies. Now that we have thepnpm.overrides
field (which has the same and more features than yarn resolutions), we can make the link command automatically write the overrides for dependencies: direct and indirect.This is similar to how Yarn's link command works: https://yarnpkg.com/cli/link
The text was updated successfully, but these errors were encountered: