Guest User

Untitled

a guest
May 21st, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. ERROR in ./server/server.ts
  2. Module not found: Error: Can't resolve './../public/src/$$_gendir/app/app.server.module.ngfactory' in '/home/victor/Documents/Personal/Projects/angular-boilerplate/Angular-Universal-Blog/server'
  3. @ ./server/server.ts 22:36-104
  4.  
  5. ERROR in Error: Please update @angular/cli. Angular 5+ requires at least Angular CLI 1.5+ ...
  6.  
  7. The server app compiled without "aot" is able to run however as soon as I hit any URL, I got some errors:
  8.  
  9. { Error: StaticInjectorError(AppServerModule)[NotificationComponent -> ChangeDetectorRef]:
  10. StaticInjectorError(Platform: core)[NotificationComponent -> ChangeDetectorRef]:
  11. NullInjectorError: No provider for ChangeDetectorRef!
  12. at _NullInjector.get (/home/victor/Documents/Personal/Projects/angular-boilerplate/Angular-Universal-Blog/dist/server/server.js:1323:19)
Add Comment
Please, Sign In to add comment