-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rush] support pnpm auto-install-peers
#3356
Comments
I need this too.thanks. |
Likewise |
Please consider this 🙏 |
I like the idea of rush.json pnpmOptions.autoInstallPeers, but as of pnpm v7.1.3, setting "auto-install-peers=true" in the top-level (common/config/rush/) OS: Win10
|
Seems resolved in #4379 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
pnpm
supportsauto-install-peers
, which will make it much less painful when installing dependency whenstrictPeerDependencies
is turned on.pnpm/pnpm#3995 (reply in thread)
Repro steps
Currently adding dependencies with
peerDependencies
is a manual drill down process:Tried adding
auto-install-peers=true
to.npmrc
doesn't turn that on when usingrust
.Details
To fix this, either let
pnpm
reads.npmrc
or addautoInstallPeers
topnpmOptions
inrush.json
:Standard questions
Please answer these questions to help us investigate your issue more quickly:
@microsoft/rush
globally installed version?rushVersion
from rush.json?useWorkspaces
from rush.json?node -v
)?The text was updated successfully, but these errors were encountered: