angular-seed icon indicating copy to clipboard operation
angular-seed copied to clipboard

Can't start development server

Open Michael-Reich opened this issue 6 years ago • 2 comments

When I do yarn start I get this error:

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

Michael-Reich avatar Mar 20 '18 13:03 Michael-Reich

any updates on here?

artemijan avatar May 28 '18 09:05 artemijan

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

slobodansmaardzic avatar Sep 09 '18 16:09 slobodansmaardzic