Open guillempuche opened 4 months ago
hey @guillempuchem, it's a small typo of peers
-> peer
/** @type {import("syncpack").RcFile} */
export default {
- dependencyTypes: ['dev', 'prod', 'overrides', 'peers', 'resolutions'],
+ dependencyTypes: ['dev', 'prod', 'overrides', 'peer', 'resolutions'],
I'll leave this open for this to be handled properly with a useful message, thanks.
Thanks Jamie! This will be a good improvement.
Description
I run
syncpack list
on my Yarn monorepo. There's something is not good on my package.json or Syncpack.Logs
Suggested Solution
Point where is the error.
Help Needed
I add you, @JamieMason, to my private monorepo to check it.