ng add @angular/localize
does not support schematics
#16028
Milestone
ng add @angular/localize
does not support schematics
#16028
This issue impacts 9.0.0-rc.0 and happened while updating https://github.com/SAP/cloud-commerce-spartacus-storefront.
After updating to version 9, projects that use i18n or whose third party libraries use i18n will receive a runtime error instructing users to run
ng add @angular/localize
. Running this command shows the following error:This happens because the latest version of
@angular/localize
is 9.0.0-next.5, which doesn't have theadd
schematics (cc @kara). The latest tag should be updated to rc.0.The text was updated successfully, but these errors were encountered: