Encountering a problem while working with Angular 13:
https://i.sstatic.net/CbAUhh6r.png
Attempting to build using ng build --configuration=test
, however facing errors as mentioned above. Interestingly, if I remove the reference to bootstrap.min.css
in the Angular json file, the build process works smoothly.
Any insights on what could be causing this issue and how it can be resolved?