-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Resolution can fail in yarn workspaces #93
Comments
Thanks for reporting! I think the first step here would be creating a smallish reproduction, then we can figure out how normal |
Repro here: https://github.com/betocantu93/monorepo-decorators, major thanks to @betocantu93! |
Didn't I fix this in #70? 🤔 |
I can confirm using |
So I guess we can close this issue here? |
In workspaces, when a package is hoisted and using
ember-cli-version-checker
, it can fail by accidentally checking the version in the root rather than the version in sub packages: refFor now the solution appears to using
nohoist
on the offending package, but ideally we could figure out a way to tell what the correct resolution should be.The text was updated successfully, but these errors were encountered: