I am trying to create an angular package using ng-packagr.
I have added the following script into my package json in order to build the package
"scripts": {
"build:lib": "ng-packagr -p lib/package.json"},
However, I am getting the following errors when I run the build command.