Angular cli after update npm start give error

前端 未结 4 1683
执笔经年
执笔经年 2021-02-13 05:08

I create application using angular cli and use backend proxy to handle backend and using polymer(vaadin) it work correctly until I update to angular cli 1.0.0-beta.22 it give Er

4条回答
  •  长发绾君心
    2021-02-13 05:47

    I have noticed that it sometimes happens when you have an invalid import statement! if for some reason you have deleted a component and you left the import there, then it will give you:

    "Tried to find bootstrap code, but could not. Specify either statically analyzable bootstrap code or pass in an entryModule to the plugins options."

提交回复
热议问题