我将我的angular和我的angular项目版本更新为angular 7。但是...当我尝试运行时,我遇到了这个问题:
Package "@angular/compiler-cli" has an incompatible peer dependency to "typescript如果可能,请安装angular/编译器-cli支持的typescript</
在我的应用程序中导入一些模块时,例如,我正在使用.forRoot()。在上一次升级到Angular 6之后,出现了一个有趣的警告:Error during template compile of ‘moduleName’.可以肯定的是,这与此有关:Error: The Angular Compiler requires TypeScript >=2.7.2 and <2.8.0 but 2.8.3 was found insteadAngular 5与TS