我按照文档中提到的步骤来支持某些项目中的本地化,我已经完成了提到的所有步骤,但是当我尝试运行该项目时,出现以下错误:
错误中的错误:模块 C:/Users/someUser/Source/Repos/myProject/node_modules/@ngx-translate/core/core.d.ts 的元数据版本不匹配,foundversion 4,预期 3,在 C:/ 中解析符号 AppModule Users/someUser/Source/Repos/myProject/src/app/app.module.ts,解析符号 AppModulein C:/Users/someUser/Source/Repos/myProject/src/app/app.module.ts,解析符号 AppModule in C:/Users/someUser/Source/Repos/myProject/src/app/app.module.ts at Error (native) at syntaxError (C:\Users\someUser\Source\Repos\myProject\node_modules\@angular\compiler\ bundles\compiler.umd.js:1729:34) ....
webpack:编译失败。
而@ngx-translate/core 版本从 6.0 版本开始。
问题是什么?