ng add
does not respect version tags on repeat calls
#16029
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
This issue impacts 9.0.0-rc.0 and happened while updating https://github.com/SAP/cloud-commerce-spartacus-storefront.
Attempting to use
ng add package-name@version
after a failedng add package-name
(such as #16028) will not use the selectedversion
. It will instead attempt to re-add the already installed package.The text was updated successfully, but these errors were encountered: