Cannot read property 'entries' of undefined - Angular CLI

后端 未结 13 466
再見小時候
再見小時候 2021-01-18 02:04

I installed latest Angular CLI and was trying to create a new app i am getting the below error. I uninstalled , cleaned cache , cleaned by forcing it , installed , updated

13条回答
  •  不知归路
    2021-01-18 02:33

    I tried the most repeated solution: reinstalling nodejs and angular cli, deleting node_modules and running npm i, but it did not work.

    Finally, I tried upgrading angular schematics and it worked for me:

    npm i -g @schematics/angular@7 
    
    npm i @schematics/angular@7
    

提交回复
热议问题