Module build failed: TypeError: Cannot read property 'newLine' of undefined

前端 未结 7 881
春和景丽
春和景丽 2021-01-17 16:26

Everything was running fine yesterday, now when I try to ng serve I get these errors:

ERROR in ./src/main.ts Module build failed: TypeError

7条回答
  •  耶瑟儿~
    2021-01-17 17:12

    In package.json I changed:

    "devDependencies": {
       "@angular/cli": "1.0.0"
    

    To:

    "devDependencies": {
       "@angular/cli": "1.2.0"
    

提交回复
热议问题