I created a new Angular project and get the following error:
This likely means that the library (@angular/platform-browser/animations) which declares BrowserAnimationsModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy
My Angular version is: 9.0.7
As suggested here I tried to remove the node_modules
and reinstall it, but it didn't help.