-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat(config): exit 1 when a dependency type is not found #234
Labels
Comments
hey @guillempuchem, it's a small typo of /** @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. |
Cannot read properties of undefined (reading 'read')
Thanks Jamie! |
JamieMason
added a commit
that referenced
this issue
Feb 9, 2025
Hey @guillempuche, this is pre-released in 14.0.0-alpha.7. You can see it by running:
But the same would happen if you had a typo in your config file. |
Great! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: