Duplicate crd packages #51
Labels
area/codegen
Affects quality or correctness of generated code
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/enhancement
Improvements or new features
Context
Hey, great work on crd2pulumi. One issue I just hit on trying to
pulumi up
after I imported my second crd2pulumi converted library was that both node packages had the default nodeName of "crd".This resulted in an "incorrect semver" error because it tried to compare the version of the first library (which was an empty string by default) and the newly converted library (which also was an empty string) and node semver choked. Giving them both unique nodeName parameters cleared it up.
Possible solutions
The text was updated successfully, but these errors were encountered: