We Are Going To Discuss About Angular 12 Error: … from Css Minimizer, Transform failer with 1 error, Invalid version: “15.2-15.3”. So lets Start this Angular Article.
Angular 12 Error: … from Css Minimizer, Transform failer with 1 error, Invalid version: “15.2-15.3”
This has been fixed in version 12.2.16
and 13.2.1
of @angular/cli
.
See https://github.com/angular/angular-cli/issues/22606
This has been fixed in version 12.2.16
and 13.2.1
of @angular/cli
.
See https://github.com/angular/angular-cli/issues/22606
Solution 1
This has been fixed in version 12.2.16
and 13.2.1
of @angular/cli
.
Original Author Hero Wanders Of This Content
Solution 2
Temporary fix
This is not really the solution, but a temporary fix
I had to add the following into my .browserslistrc
file.
not ios_saf 15.2-15.3
not safari 15.2-15.3
Doing so will fix the error.
Solution
As @HeroWanders mentioned in his answer, this did get fix in the v12.2.16 of the @angular/cli library
Original Author edited Feb 1 at 12:43 Of This Content
Conclusion
So This is all About This Tutorial. Hope This Tutorial Helped You. Thank You.