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