Cannot find module '@angular-devkit/core'

前端 未结 9 2288
感情败类
感情败类 2020-12-23 09:24

I have created a angular project with Angular CLI: 1.6.3 Node: 9.4.0 OS: linux x64 version. But when want to run my angular app with command ng serve then fetch this error

9条回答
  •  佛祖请我去吃肉
    2020-12-23 09:46

    try this out

    npm install @angular-devkit/core --save-dev

    https://github.com/angular/devkit/issues/256

    try to update your angular cli

    https://github.com/angular/angular-cli/issues/9307

提交回复
热议问题