Got an "Error: Bundles must have unique names" Error, fixed it #10181
Unanswered
mooreolith
asked this question in
General
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.
-
There was list of
duplicateBundleNames
, which would throw an error if length === 0. Changing === to > fixed the "Error: Bundles must have unique names" Error. I just changed that in the nvm copy, but I'm sure someone here would know where in the source to put that. The version in question was 2.15.2.Beta Was this translation helpful? Give feedback.
All reactions