Pain Point: BOM support #92
stavalfi
started this conversation in
Pain Points
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
NOTE: this feature is not npm / package.json compatible but still VERY needed in Javascript/Nodejs ecosystem.
same as java-maven POM feature:
suppose I publish multiple packages (maybe from a monorepo)
a,b,c: but not all versions of each are working with the rest:if client onyl consume a. there won't be any problems.
but if the client consume a,b,c - how can I force him to have specific versions of a,b,c that works with each other?
Beta Was this translation helpful? Give feedback.
All reactions