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.

enter image description here enter image description here

0

There are 0 best solutions below