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
Describe the bug
A clear and concise description of what the bug is.
Customers are having issues when updating the library from older versions specially when using modularization. There is an error when the packages are duplicated on node_modules when installing aws-amplify and @aws-amplify/auth for example.
To Reproduce
Steps to reproduce the behavior:
Have an app with aws-amplify
Days later install @aws-amplify/auth specially after a new version is released
You will see errors like Auth not configured that is the symptom when there is package duplication inside node_modules
Expected behavior
Clarify that install aws-amplify and modularized packages like @aws-amplify/auth can create issues on the application Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Customers are having issues when updating the library from older versions specially when using modularization. There is an error when the packages are duplicated on
node_modules
when installingaws-amplify
and@aws-amplify/auth
for example.To Reproduce
Steps to reproduce the behavior:
aws-amplify
@aws-amplify/auth
specially after a new version is releasedAuth not configured
that is the symptom when there is package duplication insidenode_modules
Expected behavior
Clarify that install
aws-amplify
and modularized packages like@aws-amplify/auth
can create issues on the applicationScreenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: