-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Module not found: Error: ember-tooltips is trying to import the app's @ember/string package, but it seems to be missing #447
Comments
Additionally packages using If all 3 of those conditions are met, then the What packages, in particular are you noticing having issues? |
sure, but why does updating the package in the app break the build for the addons that use the previous version? |
I'd wager it's a compatibility mistake, due to the old way of doing things in broccoli land (or it's just a problem that's always been there, and is just now manifesting)
Once all dependencies are v2 addons, the problem will cease to exist (which might be a while from now at the rate I'm going 😅 ) I would experiment with pnpm's packageExtensions config to add Library-wise, what I think folks should do, is set their |
I'm hitting this upgrading to This is the stack trace:
|
Looks like |
Its more likely an outdated version of |
It is indeed 4.12.8 of It is fine that I cannot upgrade this package but I wonder if we could make the errors more helpful somehow? |
In rust-lang/crates.io#9011 I'm trying to update
@ember/string
to the v4 release, but apparently that is causing the build to fail, claiming that the package is missing.It looks like every single dependency in the ecosystem that is relying on
@ember/string
now needs to publish a breaking change release to update their dependencies, or am I missing something?The text was updated successfully, but these errors were encountered: