Contribution
Describe the user story
- Be me.
- Copy-paste an override from stackoverflow:
"pnpm": {
"overrides": {
"dep": "file:../some/path"
}
},
- Forget to replace
dep with actual name of the package I want to override.
pnpm i.
AR: pnpm does not warn that dep is not overriding any package in the repo. Spend time trying to understand what's wrong.
Describe the solution you'd like
Would be nice to have a warning during pnpm i if pnpm notices that dep in overrides does not match anything.
Describe the drawbacks of your solution
No response
Describe alternatives you've considered
Becoming a barista.
Contribution
Describe the user story
depwith actual name of the package I want to override.pnpm i.AR:
pnpmdoes not warn thatdepis not overriding any package in the repo. Spend time trying to understand what's wrong.Describe the solution you'd like
Would be nice to have a warning during
pnpm iifpnpmnotices thatdepinoverridesdoes not match anything.Describe the drawbacks of your solution
No response
Describe alternatives you've considered
Becoming a barista.