为什么我跑的时候:
ng new angular-tour-of-heroes
是13号角安装的吗?我以为角14号是最新版本。
发布于 2022-08-01 07:38:37
您必须更新全局角cli:
ng update @angular/core @angular/cli
在你必须逃跑之后:
https://stackoverflow.com/questions/73190240
相似问题