aviabird/angular-seed

Can't start development server

Michael-Reich opened this issue · 2 comments

When I do yarn start I get this error:

Error: Cannot find module '@angular-devkit/core'

any updates on here?

Replace a line in package.json "@angular/cli": "1.5.0" to "@angular/cli": "^1.7.4" and run npm update.