Describe the user story
The peer deps feature is one of the cool features about this pkg manager. I think you should make it easier to make the tool install peer deps on cli without setting the config.
Describe the solution you'd like
allow
pnpm -i --peers
and
pnpm add --peers package-to-add
Describe the drawbacks of your solution
I don't know of any
Describe alternatives you've considered
none
Describe the user story
The peer deps feature is one of the cool features about this pkg manager. I think you should make it easier to make the tool install peer deps on cli without setting the config.
Describe the solution you'd like
allow
pnpm -i --peersand
pnpm add --peers package-to-addDescribe the drawbacks of your solution
I don't know of any
Describe alternatives you've considered
none