我使用命令卸载并安装 NPM
npm install
并在此之后出现错误我也尝试过
npm audit fix --force
之后错误来了
An unhandled exception occurred: Cannot read property 'Minus' of undefined
See "/private/var/folders/8n/6vsx9lx93lx9wrgxm1q_yv4c0000gn/T/ng-pMlA9a/angular-errors.log" for further details.
npm ERR! Test failed. See above for more details.
原文由 Shoaib Anwar 发布,翻译遵循 CC BY-SA 4.0 许可协议
得到同样的错误。这是@angular/compiler-cli 新版本中的错误,已通过将版本降级为“10.0.12”来修复
更新。检查新版本“@angular/compiler”:“~10.1.1” - 工作正常