Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Description
Suggestion
related#11216
"make-dir":"*", |
"make-dir": "*"
currently installs5.0.0
, but there is also amake-dir@npm:^4.0.0
installed byistanbul-lib-report
->istanbul-reports
->@vitest/coverage-v8
, so withyarn-berry-deduplicate
,"make-dir": "*"
will be narrowed intomake-dir@npm:^4.0.0
which is unexpected forwebsite
package actually.
Additional Info
No response