Using upgrade-packages throws an error for Angular projects with workspaces containing ng-package.json file #1298
Labels
cli-package
igniteui-cli package
core
@igniteui/cli-core package
🏃 priority: high
✅ status: resolved
Description
When
npx ng g @igniteui/angular-schematics:upgrade-packages
is used in project that containsng-package.json
file , 'hasOwnProperty' error will be thrown due to the includedng-package.json
inpkgJsonFiles
collection and it does not contains dependencies.Steps to reproduce
npx ng g @igniteui/angular-schematics:upgrade-packages
Result
Expected result
The packages and references to be updated to the official version.
The text was updated successfully, but these errors were encountered: