Currently in the process of migrating from Angular 8 to 13 and encountering an issue. I have been following the guidelines outlined on https://update.angular.io/, however, every time I attempt to build certain custom libraries from my application root folder, I consistently encounter the following error:
✖ Compiling with Angular sources in Ivy partial compilation mode.
Schema validation failed with the following errors:
Data path "/error" must be string.
Some of my libraries are functioning as expected, while others are not. The cause of this discrepancy eludes me.
I am seeking clarification on the nature of these messages and whether there is a method to access more detailed logs beyond what is currently provided.