You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading modern-js packages to latest version the modernjs process end up giving us weird errors (like it doesn't find the .env file). After testing, we found that this is because module-federation depends on 2.60.6
Notice that modern-js packages are not in peer dependencies.
Would be good to add the modernjs packages as peer dependencies and let the consumer use the correct range version.
@GiancarlosIO dev deps should not install on your box, only on ours.
Can you supply repo? the packages we have in dependencies have no weird interdependences that would load another version of modernjs in to it.
Describe the bug
When upgrading modern-js packages to latest version the modernjs process end up giving us weird errors (like it doesn't find the .env file). After testing, we found that this is because module-federation depends on
2.60.6
Notice that modern-js packages are not in peer dependencies.
Would be good to add the modernjs packages as peer dependencies and let the consumer use the correct range version.
Thanks!
Reproduction
Used Package Manager
pnpm
System Info
Validations
The text was updated successfully, but these errors were encountered: