-
Notifications
You must be signed in to change notification settings - Fork 72
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
TODO: what's a real-world example of dependency hell? #5
Comments
I've definitely hit this in my projects with lodash 3 and 4, and not lodash-es. Some similarly low-level common library like underscore, rxjs, etc. would probably yield examples. |
Though I guess I currently work around it by doing a string replace in the source code to Note how, as this module would be providing |
This comment has been minimized.
This comment has been minimized.
So, I have this internal webapp I often run npm-related tests in because it's been such a good example of modern "real world" webapps. It doesn't take long to find potential conflicts using Two different versions of
|
Hey @zkat thanks! Can you put the last three example in code blocks? :) |
It seems they are in code blocks but the formatting is being crazy. GitHub also isn't correctly expanding the second |
Sorry about that! Fixed! |
This has been incorporated into the overhauled proposal! https://github.com/domenic/import-maps#multiple-versions-of-the-same-module |
Preferably:
This would replace our current fake example.
The text was updated successfully, but these errors were encountered: