After upgrade my complex project based on this Guide:
When I build my library I got this error:
Building Angular Package
------------------------------------------------------------------------------
Building entry point 'my-library'
------------------------------------------------------------------------------
Compiling TypeScript sources through ngc
ERROR: this.typeChecker.getTypeArguments is not a function
An unhandled exception occurred: this.typeChecker.getTypeArguments is not a function
See "XXXXXX\angular-errors.log" for further details.
I update Node.js, Typescript and Ancular.Cli Globally
All steps done successfully.
Should I do something to upgrade my Library separately?
Update:
To build i use this command ng build my-library-name
with this package ng-packagr": "^5.4.0
All library are in one project, and project upgrade with ng update
Node Version: 12.14.1, Typescript version: 3.4.5