angular-seed
angular-seed copied to clipboard
Can't start development server
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.