I am converting an existing angular application to library. For the same I did all the necessary changes including all the dependcies.
Now while running ng build
for library, I am facing error
Cannot find builder "@angular-devkit/build-angular:ng-packagr".
I believe the angular version 8 is not supporting ng-packagr
version 4.7.1 ( I tried with multiple versions though).
Can anyone please help me to find the right version of ng-packagr
?