Callback was already called angular cli

前端 未结 4 558
予麋鹿
予麋鹿 2021-02-04 11:30

I updated my angular-cli then i got error in ng serve

 Callback was already called.
at throwError (node_modules\\neo-async\\async.js:14:11)
at node_modules\\neo-         


        
4条回答
  •  你的背包
    2021-02-04 12:20

    This error occurred because then compatible webpack version is higher then @angular-devkit/build-angular solution:- npm update @angular-devkit/build-angular --save-dev

    let me know if it works

提交回复
热议问题