aviabird / angular-seed

Angular Seed App with Angular 5.0, ngrx/store 4, bootstrap 4, ngrx/effects, immutable.js
https://ng-ngrx-seed.firebaseapp.com
GNU General Public License v3.0
84 stars 45 forks source link

Can't start development server #3

Open Michael-Reich opened 6 years ago

Michael-Reich commented 6 years ago

When I do yarn start I get this error:

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

artemijan commented 6 years ago

any updates on here?

slobodansmaardzic commented 6 years ago

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