-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not resolve dependency #34
Comments
I have the same even with 11th version
I wonder how did it work before, because it did, but anyway, after NodeJS reinstallation I have this error. Maybe someone has already met and has resolved such confuse, thanks |
@gabrielbusarello any updates on your side? |
It's the typescript module description. import { ModuleWithProviders } from '@angular/core'; and change the static forRoot(): (ModuleWithProviders<MatCarouselModule>)&{ngModule:MatCarouselModule}; More on this here: https://angular.io/guide/migration-module-with-providers This worked when I made these changes in node_modules. However, the module descriptor is probably automatically generated, so changes would have to be made in |
it helps locally but I need it fixed in the ngbmodule/material carousel because when I build my docker image or run a pipeline in Azure the error is still there :( |
i am receiving this error when running npm i (Angular 13):
i had to use --force to make it work temporary, it is better to be fixed from package itself.
The text was updated successfully, but these errors were encountered: