-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Next.js] Figure out a way to silence the import/require-in-the-middle
warnings for Turbopack
#15070
Comments
Can these be ignored? |
Which warnings are these and what do they look like? Do these warnings still exist now that in v9 we use |
These are the ones I get:
|
having same issues, two different versions of import-in-the-middle in @sentry/node@9.8.0 causing the warnings |
@novelnet Yes, this is fixed by adding an override to your package manager to install one specific version. In the case of |
@lforst thank you, but means to keep track on all sentry updates which may change package versions. Would be nice to fix this on sentry's side |
This is not 100% fixable on our side. We are not in control of other dependencies and what they install. |
What should we do with the OP's case? (Not the version mismatch). |
@MonstraG maybe what the error message suggests?
|
Description
Seems like Turbopack is more strict in what it will do when there would be 2 different versions of a package it could bundle. Currently it will refuse to build (?). Maybe we can iron out the kinks here.
The text was updated successfully, but these errors were encountered: