You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Failed to initialize Angular compilation - The target entry-point "@ngbmodule/material-carousel" has missing dependencies:
- @angular/compiler/src/core`
Note that it looks like the path @angular/compiler/src/core no longer exists under node_modules in Angular 14. Instead the typings seem to be aggregated in index.d.ts is at the root of @angular/compiler.
The text was updated successfully, but these errors were encountered:
The component will not build in Angular 14. I get the following errors. I created a new app with Angular 14 cli..
Note that it looks like the path
@angular/compiler/src/core
no longer exists under node_modules in Angular 14. Instead the typings seem to be aggregated in index.d.ts is at the root of@angular/compiler
.The text was updated successfully, but these errors were encountered: