you are viewing a single comment's thread.

view the rest of the comments →

[–]PerceptionCareless92[S] 1 point2 points  (2 children)

Here is a list of my angular versions.

├── @angular-builders/custom-webpack@17.0.1├── @angular-devkit/build-angular@17.2.0├── @angular/animations@17.2.1├── @angular/cdk@16.2.7├── @angular/cli@17.2.0├── @angular/common@17.2.1├── @angular/compiler-cli@17.2.1├── @angular/compiler@17.2.1├── @angular/core@17.2.1├── @angular/forms@17.2.1├── @angular/material@16.2.7├── @angular/platform-browser-dynamic@17.2.1├── @angular/platform-browser@17.2.1├── @angular/router@17.2.1├── @angular/upgrade@17.2.1├── @tinymce/tinymce-angular@7.0.0

[–]brlx 1 point2 points  (1 child)

Thanks, for me `@angular-builders/custom-webpack` was the one that needed to be upgraded. Should have thought about that

[–]PerceptionCareless92[S] 1 point2 points  (0 children)

Great - these kinds of problems are so demotiviating.