79350192

Date: 2025-01-12 15:49:25
Score: 0.5
Natty:
Report link

Angular 17: I got this error after installing ng-bootstrap to use NgbCarouselModule. To solve it, I had to run:

npm install @angular/localize --save --legacy-peer-deps
ng add @angular/localize
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user6781