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
Today I updated most of my npm packages and it seems there is some problem. Everything compiles successfully but when I open my browser I get this error in my console:
ERROR NullInjectorError: StaticInjectorError(AppModule)[DynamicDirective -> InjectionToken ComponentInjector]:
StaticInjectorError(Platform: core)[DynamicDirective -> InjectionToken ComponentInjector]:
NullInjectorError: No provider for InjectionToken ComponentInjector!
at NullInjector.push../node_modules/@angular/core/fesm5/core.js.NullInjector.get (http://localhost:31337/vendor.js:16123:25)
at resolveToken (http://localhost:31337/vendor.js:27315:24)
at tryResolveToken (http://localhost:31337/vendor.js:27259:16)
at StaticInjector.push../node_modules/@angular/core/fesm5/core.js.StaticInjector.get (http://localhost:31337/vendor.js:27161:20)
at resolveToken (http://localhost:31337/vendor.js:27315:24)
at tryResolveToken (http://localhost:31337/vendor.js:27259:16)
at StaticInjector.push../node_modules/@angular/core/fesm5/core.js.StaticInjector.get (http://localhost:31337/vendor.js:27161:20)
at resolveNgModuleDep (http://localhost:31337/vendor.js:35631:29)
at NgModuleRef_.push../node_modules/@angular/core/fesm5/core.js.NgModuleRef_.get (http://localhost:31337/vendor.js:36302:16)
at resolveDep (http://localhost:31337/vendor.js:36673:45)
Hi!
Today I updated most of my npm packages and it seems there is some problem. Everything compiles successfully but when I open my browser I get this error in my console:
This is my package.json:
I would be grateful if you could help me identify and solve the problem.
The text was updated successfully, but these errors were encountered: